mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Removed 5th return statement from widget.KeyboardIntercept
This commit is contained in:
parent
fbdaedb339
commit
35414bc566
@ -124,10 +124,6 @@ func (widget *Widget) keyboardIntercept(event *tcell.EventKey) *tcell.EventKey {
|
||||
widget.prev()
|
||||
widget.display()
|
||||
return nil
|
||||
|
||||
case "f":
|
||||
widget.openTicket()
|
||||
return nil
|
||||
}
|
||||
switch event.Key() {
|
||||
case tcell.KeyEnter:
|
||||
|
Loading…
x
Reference in New Issue
Block a user