mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
絵文字ピッカーを開いたときに画面がスクロールするのを修正
This commit is contained in:
parent
dc4bad2aad
commit
8a98767a14
1 changed files with 3 additions and 1 deletions
|
@ -270,7 +270,9 @@ export default defineComponent({
|
|||
},
|
||||
|
||||
mounted() {
|
||||
this.$refs.search.focus();
|
||||
this.$refs.search.focus({
|
||||
preventScroll: true
|
||||
});
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
|
Loading…
Reference in a new issue