mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
We use the same "v" key for opening and closing the lightbox overlay. We already have code to open and close the lightbox overlay in hotkey.ts. Having another keydown handler for closing the overlay resulted in a bug where the overlay was just not being opened because the second handler was immediately called to close the overlay was immediately called after the first. Fixes #35868.