mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 06:40:24 +09:00
Fix mouse bug
This commit is contained in:
@@ -198,7 +198,7 @@ func (t *Tab) HandleEvent(event tcell.Event) {
|
||||
inpane := mx >= v.X && mx < v.X+v.Width && my >= v.Y && my < v.Y+v.Height
|
||||
if inpane {
|
||||
t.SetActive(i)
|
||||
return
|
||||
break
|
||||
}
|
||||
}
|
||||
case tcell.ButtonNone:
|
||||
|
||||
Reference in New Issue
Block a user