Skip to content

Commit

Permalink
I knew there'd be one
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler committed Jan 11, 2019
1 parent f72823e commit a10bfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASCollectionView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ - (BOOL)collectionView:(UICollectionView *)collectionView canMoveItemAtIndexPath
return NO;
}

// If the data source implements canMoveItem, const auto them decide.
// If the data source implements canMoveItem, let them decide.
if (_asyncDataSourceFlags.collectionNodeCanMoveItem) {
if (let cellNode = [self nodeForItemAtIndexPath:indexPath]) {
GET_COLLECTIONNODE_OR_RETURN(collectionNode, NO);
Expand Down

0 comments on commit a10bfbc

Please sign in to comment.