Hi there,
I am running into troubles calling an update() on the JavaScript DayPilot Navigator. (2025.3.6519)
Basically, calling `DayPilot.Navigator.update();` throws the following error:
Uncaught Error: You are trying to update a DayPilot.Navigator instance that has been disposed.
My problem is:
-
There is neither a way of checking if the Navigator is disposed (the scheduler, for example, has a method `DayPilot.Scheduler.disposed();`.
-
The Navigator does not seem to be actually disposed. It’s visible, clickable, and still triggers the scheduler.
Am I missing something or is this maybe a bug?