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
I noticed that when you fast change month the event list is how and then hidden (this problem is also on your demo page). Simple solution is to add ".stop()" at line 347 like below:
Hi,
I noticed that when you fast change month the event list is how and then hidden (this problem is also on your demo page). Simple solution is to add ".stop()" at line 347 like below:
flags.wrap.find('.eventCalendar-list').stop().animate({
mariusz
The text was updated successfully, but these errors were encountered: