mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
try to fix mobile dashboard view
This commit is contained in:
@@ -43,11 +43,12 @@ export default {
|
||||
else if (dragAction == 'resize')
|
||||
return this.$emit('startResize', evt, item);
|
||||
}
|
||||
evt.preventDefault();
|
||||
//evt.preventDefault();
|
||||
},
|
||||
touchDragEnd(evt) {
|
||||
if (!this.dragging)
|
||||
return evt.preventDefault();
|
||||
//return evt.preventDefault();
|
||||
return;
|
||||
this.dragging = false;
|
||||
this.$emit('dropDrag', evt);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user