リアクションピッカーで検索クエリが残存するのを修正

This commit is contained in:
syuilo 2021-03-05 22:47:29 +09:00
parent a3f75fe3f4
commit 41f4c247bc
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ export default defineComponent({
reset() {
this.$refs.emojis.scrollTop = 0;
this.q = '';
},
getKey(emoji: any) {