update(CalendarDate):changes the stop watcher function

This commit is contained in:
SimonGschnell
2025-01-29 12:10:16 +01:00
parent bd3eeff684
commit 10c718b78c
+1 -1
View File
@@ -207,7 +207,7 @@ class CalendarDate {
return Object.prototype.toString.call(obj) === '[object Date]';
}
cleanup(){
this.watchLocale.stop();
this.watchLocale();
}
}
/**