diff --git a/ayanova/src/views/home-schedule.vue b/ayanova/src/views/home-schedule.vue index e24c6ca0..4c21f6cd 100644 --- a/ayanova/src/views/home-schedule.vue +++ b/ayanova/src/views/home-schedule.vue @@ -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;