context menu fix

This commit is contained in:
Čarodej
2022-01-06 14:35:11 +01:00
parent 21b838eda4
commit 31ec9b4fda
4 changed files with 38 additions and 4 deletions

View File

@@ -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++