mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-18 05:11:00 +00:00
parent
5fc8f847a6
commit
acd42df13c
1 changed files with 4 additions and 2 deletions
|
|
@ -515,8 +515,10 @@ func main() {
|
|||
view = tabs[curTab].views[v.Num]
|
||||
}
|
||||
}
|
||||
view.HandleEvent(e)
|
||||
didAction = true
|
||||
if view != nil {
|
||||
view.HandleEvent(e)
|
||||
didAction = true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue