diff --git a/app/javascript/widget/components/ChatInputWrap.vue b/app/javascript/widget/components/ChatInputWrap.vue index 7163af367..224dbdb58 100755 --- a/app/javascript/widget/components/ChatInputWrap.vue +++ b/app/javascript/widget/components/ChatInputWrap.vue @@ -107,7 +107,8 @@ export default { } }, toggleEmojiPicker() { - this.showEmojiPicker = !this.showEmojiPicker; + console.log('EMOJI PICKER'); + // this.showEmojiPicker = !this.showEmojiPicker; }, hideEmojiPicker(e) { if (this.showEmojiPicker) {