mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-11 11:18:47 +08:00
make autoscroll work while selecting
This commit is contained in:
@@ -95,6 +95,7 @@ $.extend(Grid.prototype, {
|
||||
// if 'selectable' is enabled, this listener also detects selections.
|
||||
var dragListener = new DragListener(this.coordMap, {
|
||||
//distance: 5, // needs more work if we want dayClick to fire correctly
|
||||
scroll: view.opt('dragScroll'),
|
||||
dragStart: function() {
|
||||
view.unselect(); // since we could be rendering a new selection, we want to clear any old one
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user