fix create folder on mobile

This commit is contained in:
Milos Holba
2021-02-15 10:00:39 +01:00
parent ba0b2bd3b9
commit 7eee7deba5
4 changed files with 19 additions and 19 deletions

View File

@@ -285,7 +285,7 @@ export default {
events.$on('newFolder:focus', (unique_id) => {
if(this.item.unique_id == unique_id) {
if(this.item.unique_id == unique_id && !this.$isMobile()) {
this.$refs[unique_id].focus()
document.execCommand('selectAll')
}