User can drag onto weekend when only weekday shows

I am only showing Monday-Friday in my scheduler, I have hidden Saturday and Sunday using the following code…

scheduler.ignore_week = function(date) { if (date.getDay() === 6 || date.getDay() === 0) return true; };

This all looks fine, but I can still drag an event far to the right onto Saturday or Sunday, and then the event ‘dissapears’ from the scheduler.
How can I prevent this?

Thanks

Hello,

Thank you for your post.
It is a bug. We will fix it as soon as possible.

Hi Polina,

When will I know this will be fixed?

Is there some way to get a notification?

Thanks

Hello,

We’ll inform you about it in this topic.

Hi Polina,

Any update on this fix?
Any ETA?

Hello,

Unfortunately, we still can’t provide you a fix.

Hi,
we’ve fixed a bug in a dev version of the component. Please open a ticket in our support system and we’ll send you the latest build