Revert "Reactions"

This commit is contained in:
Andy Smith
2025-10-27 16:16:57 -05:00
committed by GitHub
parent 9a49d410fb
commit 6b0fc35627
17 changed files with 97 additions and 153 deletions
@@ -1,10 +0,0 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
static targets = [ "input" ]
insertEmoji(event) {
const emojiChar = event.target.getAttribute("data-emoji")
this.inputTarget.value = emojiChar
}
}