mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
リアクションピッカーで検索クエリが残存するのを修正
This commit is contained in:
parent
1b945b5d49
commit
0f451faeb3
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ export default defineComponent({
|
|||
|
||||
reset() {
|
||||
this.$refs.emojis.scrollTop = 0;
|
||||
this.q = '';
|
||||
},
|
||||
|
||||
getKey(emoji: any) {
|
||||
|
|
Loading…
Reference in a new issue