mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Previously, if you pressed the escape key with various modals open (keyboard shortcuts, markdown help, etc.), the modals would close but also the compose box would close and the user would be unnarrowed. This changes makes it so all that happens is the modal closes. Fixes #3472.