diff --git a/AppKit/CPCollectionView.j b/AppKit/CPCollectionView.j index 14c4dcc96..e6976c3ba 100644 --- a/AppKit/CPCollectionView.j +++ b/AppKit/CPCollectionView.j @@ -598,7 +598,7 @@ return; if ([_delegate respondsToSelector:@selector(collectionView:canDragItemsAtIndexes:withEvent:)] && - ![_delegate collectionView:self canDragItemsAtIndexes:_selectionIndexes withEvent:anEvent]) + ![_delegate collectionView:self canDragItemsAtIndexes:_selectionIndexes withEvent:_mouseDownEvent]) return; // Set up the pasteboard