Skip to content

Commit

Permalink
Fixes #277
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Jan 1, 2024
1 parent 71c25d5 commit 7958413
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/UI/KeyboardManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ public bool HandleKey(View focusedView, Key keystroke)
this.StartOperation(d);
}

this.ApplyKeystrokeToTextProperty(keystroke);

return false;
return this.ApplyKeystrokeToTextProperty(keystroke);
}

private bool HandleKeyPressInMenu(View focusedView, MenuItem menuItem, Key keystroke)
Expand Down

0 comments on commit 7958413

Please sign in to comment.