絵文字ピッカーを開いたときに画面がスクロールするのを修正

This commit is contained in:
syuilo 2020-11-07 12:35:12 +09:00
parent 0cada4ca76
commit bfd9577f0d

View file

@ -270,7 +270,9 @@ export default defineComponent({
},
mounted() {
this.$refs.search.focus();
this.$refs.search.focus({
preventScroll: true
});
},
methods: {