Skip to content

Commit 13a3a36

Browse files
committed
(chore)update dist file
1 parent 96b8ed8 commit 13a3a36

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/vue-advanced-chat.es.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21263,7 +21263,9 @@ const _sfc_main$a = {
2126321263
this.updateFooterLists();
2126421264
});
2126521265
this.getTextareaRef().addEventListener("blur", () => {
21266-
this.resetFooterList();
21266+
setTimeout(() => {
21267+
this.resetFooterList();
21268+
}, 100);
2126721269
if (isMobile)
2126821270
setTimeout(() => this.keepKeyboardOpen = false);
2126921271
});

dist/vue-advanced-chat.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)