chore: add console.log

This commit is contained in:
Shivam Mishra
2024-10-04 19:04:45 +05:30
parent b2f28b925a
commit cb4c179f92
@@ -107,7 +107,8 @@ export default {
}
},
toggleEmojiPicker() {
this.showEmojiPicker = !this.showEmojiPicker;
console.log('EMOJI PICKER');
// this.showEmojiPicker = !this.showEmojiPicker;
},
hideEmojiPicker(e) {
if (this.showEmojiPicker) {