diff --git a/macos/Sources/Helpers/EventSinkHostingView.swift b/macos/Sources/Helpers/EventSinkHostingView.swift index f5b3cbe1c..8b27b8a7d 100644 --- a/macos/Sources/Helpers/EventSinkHostingView.swift +++ b/macos/Sources/Helpers/EventSinkHostingView.swift @@ -15,18 +15,6 @@ class EventSinkHostingView: NSHostingView { return true } - override func mouseDown(with event: NSEvent) { - // Do nothing - } - - override func mouseDragged(with event: NSEvent) { - // Do nothing - } - - override func mouseUp(with event: NSEvent) { - // Do nothing - } - override var mouseDownCanMoveWindow: Bool { return false }