You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently events are (almost) always triggered twice, because they were added twice: 1st time when schedule is initialized from localstorage and a 2nd time after successful sync via XHR.
This leads to performance issues on frequently triggered events like "touchmove" and on the other hand it's just bad.
The text was updated successfully, but these errors were encountered:
Currently events are (almost) always triggered twice, because they were added twice: 1st time when schedule is initialized from localstorage and a 2nd time after successful sync via XHR.
This leads to performance issues on frequently triggered events like "touchmove" and on the other hand it's just bad.
The text was updated successfully, but these errors were encountered: