Boost icon, and input gains focus

This commit is contained in:
Andy Smith
2025-10-29 16:47:58 -05:00
parent 93834ffc5f
commit 23b042adb2
@@ -7,5 +7,6 @@ export default class extends Controller {
const emojiChar = event.target.getAttribute("data-emoji")
const value = this.inputTarget.value
this.inputTarget.value = `${value}${emojiChar}`
this.inputTarget.focus()
}
}