advanced-chat-kai 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3140,7 +3140,7 @@ class A extends m {
3140
3140
  );
3141
3141
  }
3142
3142
  _onSelectEmoji(t) {
3143
- this._textareaValue += t.detail.emoji, this._textarea.value = this._textareaValue, this._showEmojiPicker = !1;
3143
+ t.stopPropagation(), this._textareaValue += t.detail.emoji, this._textarea.value = this._textareaValue, this._showEmojiPicker = !1;
3144
3144
  }
3145
3145
  _toggleEmojiPicker() {
3146
3146
  this._showEmojiPicker = !this._showEmojiPicker;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "advanced-chat-kai",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A highly customizable chat web component",
5
5
  "main": "dist/advanced-chat-kai.es.js",
6
6
  "module": "dist/advanced-chat-kai.es.js",