mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-23 12:50:32 +08:00
make dnd tests work with autoscroll
This commit is contained in:
@@ -4,7 +4,8 @@ describe('eventDrop', function() {
|
||||
beforeEach(function() {
|
||||
options = {
|
||||
defaultDate: '2014-06-11',
|
||||
editable: true
|
||||
editable: true,
|
||||
dragScroll: false
|
||||
};
|
||||
affix('#cal');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user