mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
stop emails regarding bad hotkey parsing
Why are our tests so incomplete? (imported from commit 8d94a95f514edeb6ddb74774224fee062af3b5df)
This commit is contained in:
parent
b3be518b5a
commit
10d63dff9a
@ -116,7 +116,7 @@ function process_hotkey(e) {
|
||||
}
|
||||
|
||||
if (directional_hotkeys_id.hasOwnProperty(code)
|
||||
&& directional_hotkeys_id.hasOwnProperty[code].charCode === charCode) {
|
||||
&& directional_hotkeys_id[code].charCode === charCode) {
|
||||
if (current_msg_list.empty()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user