mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Support informational overlays in hashchange system.
This helps the !modal_link links in our tutorial messages. Fixes #5206.
This commit is contained in:
@@ -145,7 +145,9 @@ exports.show_info_overlay = function (target) {
|
||||
overlays.open_overlay({
|
||||
name: 'informationalOverlays',
|
||||
overlay: overlay,
|
||||
on_close: function () {},
|
||||
on_close: function () {
|
||||
hashchange.changehash("");
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user