This commit is contained in:
2021-09-21 14:21:24 +00:00
parent 36092ea684
commit 33021e14b5

View File

@@ -475,7 +475,7 @@ export default {
this.dragged = false; this.dragged = false;
this.dragTimeout = setTimeout(() => { this.dragTimeout = setTimeout(() => {
this.dragged = true; this.dragged = true;
}, 200); // Minimal delay to be regarded as drag instead of click }, 200); // Min delay to be regarded as extend instead of click, also affects click time to display more info, too short needs faster click
this.dragEvent = event; this.dragEvent = event;
this.dragTime = null; this.dragTime = null;
@@ -492,7 +492,7 @@ export default {
this.dragged = false; this.dragged = false;
this.dragTimeout = setTimeout(() => { this.dragTimeout = setTimeout(() => {
this.dragged = true; this.dragged = true;
}, 200); // Minimal delay to be regarded as extend instead of click }, 200); // Min delay to be regarded as extend instead of click, also affects click time to display more info, too short needs faster click
//this.dragEvent = event; //this.dragEvent = event;
this.extendEvent = event; this.extendEvent = event;