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
@@ -79,6 +79,8 @@
this.$store.dispatch('createFolder', this.name)
this.$closePopup()
this.name = undefined
}
},
},