mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
絵文字ピッカーを開いたときに画面がスクロールするのを修正
This commit is contained in:
parent
dc4bad2aad
commit
8a98767a14
@ -270,7 +270,9 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.$refs.search.focus();
|
||||
this.$refs.search.focus({
|
||||
preventScroll: true
|
||||
});
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user