From 4f8ca679fb5920d7d17ac6ccb24fc248ffc7edf2 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 28 Nov 2024 12:52:24 +0100 Subject: [PATCH] fix(Calendar/Week/Day/Page.js): removes the calendar indicator when moving the mouse outside of the calendar --- public/js/components/Calendar/Day/Page.js | 2 +- public/js/components/Calendar/Week/Page.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/components/Calendar/Day/Page.js b/public/js/components/Calendar/Day/Page.js index 52b1c9bfb..f5fe32036 100644 --- a/public/js/components/Calendar/Day/Page.js +++ b/public/js/components/Calendar/Day/Page.js @@ -288,7 +288,7 @@ export default { {{day.toLocaleString(undefined, [{day:'numeric',month:'numeric'},{day:'numeric',month:'numeric'},{day:'numeric',month:'numeric'},{dateStyle:'short'}][this.size])}} -
+
{{hourPositionTime}} diff --git a/public/js/components/Calendar/Week/Page.js b/public/js/components/Calendar/Week/Page.js index 222e4b4e7..d9ef20f01 100644 --- a/public/js/components/Calendar/Week/Page.js +++ b/public/js/components/Calendar/Week/Page.js @@ -212,7 +212,7 @@ export default { {{day.toLocaleString(undefined, [{day:'numeric',month:'numeric'},{day:'numeric',month:'numeric'},{day:'numeric',month:'numeric'},{dateStyle:'short'}][this.size])}}
-
+
{{hourPositionTime}}