This commit is contained in:
@@ -475,7 +475,7 @@ export default {
|
||||
this.dragged = false;
|
||||
this.dragTimeout = setTimeout(() => {
|
||||
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.dragTime = null;
|
||||
@@ -492,7 +492,7 @@ export default {
|
||||
this.dragged = false;
|
||||
this.dragTimeout = setTimeout(() => {
|
||||
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.extendEvent = event;
|
||||
|
||||
Reference in New Issue
Block a user