mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
After exiting lightbox view by pressing the browser back button, future requests to open images were failing. This was because the handler called on back button press- close_for_hash_change() was not closing the currently open overlays gracefully. This commit fixes the problem by calling the close_handler function inside close_for_hash_change(). Fixes #16726
7.0 KiB
7.0 KiB