diff --git a/Application/CustomTypeViewController.swift b/Application/CustomTypeViewController.swift index 4ec1227..9ce0195 100644 --- a/Application/CustomTypeViewController.swift +++ b/Application/CustomTypeViewController.swift @@ -64,6 +64,10 @@ class DropSensor: NSView { registerForDraggedTypes(acceptableTypes) } + override func hitTest(_ point: NSPoint) -> NSView? { + return nil + } + override func draggingEntered(_ sender: NSDraggingInfo) -> NSDragOperation { self.dropDelegate?.enterDrag(sender) return .every