mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-10 12:00:15 +08:00
dont mistake a jqui resize event for a window resize event
This commit is contained in:
+2
-1
@@ -89,7 +89,8 @@ var defaults = {
|
||||
|
||||
dropAccept: '*',
|
||||
|
||||
handleWindowResize: true
|
||||
handleWindowResize: true,
|
||||
windowResizeDelay: 200 // milliseconds before a rerender happens
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user