From 33021e14b5ef40a3136c54e8e588d11ea7353c62 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 21 Sep 2021 14:21:24 +0000 Subject: [PATCH] --- ayanova/src/views/home-schedule.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;