Hello,
If I have the
scheduler.config.hour_size_px = 84;
this will make the day from 0:00 to 23:00 very long and the scroll bar will appear. You will be able to create an event and move it wherever you want, create it at 00:30 and drag it to 23:00.
If you have:
scheduler.config.update_render = true;
This is not possible since after every mouse move you will taken/“scrolled” at the top of the page.
Is there any way to get around this but will get the update_renderer ?
Thank you.