Skip to content

Commit

Permalink
features/rearrange-columns: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sören Kuklau committed Apr 6, 2024
1 parent a9bf625 commit 1f31234
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ class ArrangeColumnsWindowController: NSWindowController, NSCollectionViewDelega
collectionView.register(ArrangeColumnsViewItem.self,
forItemWithIdentifier: ReuseIdentifiers.item)

// collectionView.registerForDraggedTypes([NSPasteboard.PasteboardType(UTType.item.identifier)])
// collectionView.setDraggingSourceOperationMask(.move, forLocal: true)

collectionView.registerForDraggedTypes([.string])
collectionView.setDraggingSourceOperationMask(.every, forLocal: true)
collectionView.setDraggingSourceOperationMask(.every, forLocal: false)
Expand Down

0 comments on commit 1f31234

Please sign in to comment.