mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
If you use the escape key to close a message edit, we need to blur out the text fields. Otherwise, hotkeys.js thinks we are still editing the text. This bug would disable the use of things like arrow keys until the user subsequently focused another field. We probably eventually want hotkeys.js to be smarter about ignoring hidden fields that still have the focus, but there's also no reason not to blur the fields here, and this is a more local, less risky fix.
20 KiB
20 KiB