Skip to content

Commit 5e2869f

Browse files
committed
Update NSTableView+DragSessionMove.swift
1 parent 0a3a73c commit 5e2869f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/AdvancedCollectionTableView/Extensions/NSTableView/NSTableView+DragSessionMove.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import AppKit
99
import FZSwiftUtils
1010

11+
/*
1112
extension NSTableView {
1213
var draggingSessionMovedHandler: ((NSDraggingSession, CGPoint)->())? {
1314
get { getAssociatedValue("draggingSessionMoveHandler") }
@@ -39,3 +40,4 @@ extension NSTableView {
3940
}
4041
}
4142
}
43+
*/

0 commit comments

Comments
 (0)