Revert "Reactions"
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user