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

This commit is contained in:
syuilo 2021-03-05 22:47:29 +09:00
parent 1b945b5d49
commit 0f451faeb3

View file

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