From 4046bb977e064da7703fde14c35472bc13c52259 Mon Sep 17 00:00:00 2001 From: boombuler Date: Wed, 14 Sep 2016 09:24:38 +0200 Subject: [PATCH] fixed bug 355 --- cmd/micro/micro.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/micro/micro.go b/cmd/micro/micro.go index 71076089..fc6a0bfb 100644 --- a/cmd/micro/micro.go +++ b/cmd/micro/micro.go @@ -371,7 +371,7 @@ func main() { // Often error messages are displayed down there so it can be useful to easily // copy the message clipboard.WriteAll(messenger.message, "primary") - continue + break } if CurView().mouseReleased { @@ -389,7 +389,7 @@ func main() { // This function checks the mouse event for the possibility of changing the current tab // If the tab was changed it returns true if TabbarHandleMouseEvent(event) { - continue + break } if searching {