Skip to content

Commit

Permalink
Merge remote-tracking branch 'gh/master' into doubleclick
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Jun 4, 2022
2 parents 786c847 + 4d04cba commit 9b04704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widgets/edit/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ func UserInput(w IWidget, ev interface{}, size gowid.IRenderSize, focus gowid.Se
}

if !handled {
handled = true
switch ev.Key() {
case tcell.KeyPgUp:
handled = w.UpLines(size, true, app)
Expand Down

0 comments on commit 9b04704

Please sign in to comment.