From cb4c179f9261463460736bb5ec30c50e331266d1 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Fri, 4 Oct 2024 19:04:45 +0530 Subject: [PATCH] chore: add console.log --- app/javascript/widget/components/ChatInputWrap.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {