mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 06:06:16 +02:00
絵文字ピッカーを開いたときに画面がスクロールするのを修正
This commit is contained in:
@@ -270,7 +270,9 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.$refs.search.focus();
|
||||
this.$refs.search.focus({
|
||||
preventScroll: true
|
||||
});
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user