mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
hotkeys: Fix a minor typo in comment.
'Rnter' -> 'Enter'
This commit is contained in:
committed by
Tim Abbott
parent
27d9643274
commit
c25155a143
@@ -427,7 +427,7 @@ export function process_enter_key(e) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// This handles when pressing Rnter while looking at drafts.
|
||||
// This handles when pressing Enter while looking at drafts.
|
||||
// It restores draft that is focused.
|
||||
if (overlays.drafts_open()) {
|
||||
drafts.drafts_handle_events(e, "enter");
|
||||
|
||||
Reference in New Issue
Block a user