mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Fix mouse motion not being passed to input areas
This commit is contained in:
parent
2a4755b712
commit
b4e27723d7
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue