From 10c718b78c0cad8cf274aec55a54dafee50fddf4 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Wed, 29 Jan 2025 12:10:16 +0100 Subject: [PATCH] update(CalendarDate):changes the stop watcher function --- public/js/composables/CalendarDate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/composables/CalendarDate.js b/public/js/composables/CalendarDate.js index 103d85aa6..92b51b5c6 100644 --- a/public/js/composables/CalendarDate.js +++ b/public/js/composables/CalendarDate.js @@ -207,7 +207,7 @@ class CalendarDate { return Object.prototype.toString.call(obj) === '[object Date]'; } cleanup(){ - this.watchLocale.stop(); + this.watchLocale(); } } /**