1
0
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:
Tim Fitzgerald 2018-07-25 15:45:59 -07:00 committed by GitHub
parent fbdaedb339
commit 35414bc566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: