mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
UI fixes & refactoring
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
|
||||
this.$nextTick(() => {
|
||||
|
||||
if (this.$refs.email)
|
||||
if (this.$refs.email && !this.$isMobile())
|
||||
this.$refs.email.focus()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user