Improve usability
This commit is contained in:
parent
eaa92e784d
commit
0739ae006d
@ -315,8 +315,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
const isIos = navigator.userAgent.includes('WebKit') && !navigator.userAgent.includes('Chrome');
|
if (!os.isMobile) {
|
||||||
if (!isIos) {
|
|
||||||
this.$refs.search.focus({
|
this.$refs.search.focus({
|
||||||
preventScroll: true
|
preventScroll: true
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user