mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +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;
|
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.
|
// It restores draft that is focused.
|
||||||
if (overlays.drafts_open()) {
|
if (overlays.drafts_open()) {
|
||||||
drafts.drafts_handle_events(e, "enter");
|
drafts.drafts_handle_events(e, "enter");
|
||||||
|
|||||||
Reference in New Issue
Block a user