mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
context menu fix
This commit is contained in:
@@ -84,10 +84,12 @@ export default {
|
||||
methods: {
|
||||
clickFilter(e) {
|
||||
|
||||
// Handle click for mobile device
|
||||
if (this.$isMobile()) {
|
||||
this.clickedItem(e)
|
||||
}
|
||||
|
||||
// Handle click & double click for desktop
|
||||
if (! this.$isMobile()) {
|
||||
this.clicks++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user