diff --git a/cmd/micro/action/tab.go b/cmd/micro/action/tab.go index d2643771..0dab39f6 100644 --- a/cmd/micro/action/tab.go +++ b/cmd/micro/action/tab.go @@ -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: