リアクションピッカーで検索クエリが残存するのを修正
This commit is contained in:
parent
a3f75fe3f4
commit
41f4c247bc
|
@ -279,6 +279,7 @@ export default defineComponent({
|
|||
|
||||
reset() {
|
||||
this.$refs.emojis.scrollTop = 0;
|
||||
this.q = '';
|
||||
},
|
||||
|
||||
getKey(emoji: any) {
|
||||
|
|
Loading…
Reference in New Issue