mirror of https://github.com/zulip/zulip.git
71d87499d8
Just for the record, here's what happened: If you click on a class message to start a reply, then click outside to unfocus, then click on a huddle message to reply to that instead, the system would end up calling the focus handler twice and _then_ the unfocus handler once (why are we unfocusing something? Because we have two compose windows -- new_zephyr and new_personal_zephyr, and we're switching between them). the end result is that we'd re-enable hotkeys with that unfocus handler. Fix this by being sure to explicitly disable hotkeys after we setup a reply to a message. (imported from commit a7735d9a63f0c3c9f6c12d94e8bb107bf3675f44) |
||
---|---|---|
.. | ||
common.js | ||
compose.js | ||
debug.js | ||
dom_access.js | ||
hotkey.js | ||
narrow.js | ||
setup.js | ||
signup.js | ||
subscribe.js | ||
ui.js | ||
zephyr.js |