Hi. I was implementing user settings. Everything works fine except of one thing:
Suppose we don’t change
“scheduler.start_on_monday”, so it’s true
Then we add monday to ignored days in week view.
It results in complete browser tab freezing.
To reproduce you can use even your samples:
samples/11_scales/02_week_ignore.html
Edit line 28 and set there
if (date.getDay() == 1)
You won’t be able to add events, reload page, or anything else there. Tested in Chrome and Safari, the only way to get out - is to close current tab.