aboutsummaryrefslogtreecommitdiff
path: root/ui/view-main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/view-main.go')
-rw-r--r--ui/view-main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/view-main.go b/ui/view-main.go
index af971a6..2c5b691 100644
--- a/ui/view-main.go
+++ b/ui/view-main.go
@@ -216,9 +216,6 @@ defaultHandler:
const WheelScrollOffsetDiff = 3
func (view *MainView) OnMouseEvent(event mauview.MouseEvent) bool {
- if event.HasMotion() {
- return false
- }
if view.modal != nil {
return view.modal.OnMouseEvent(event)
}