mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-24 18:00:25 +00:00
fixed bug 355
This commit is contained in:
parent
d0fa467a3c
commit
4046bb977e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue