mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
settings: Close user info popover before opening modal.
We should close user info popover for invite and bots page before opening resend invite, revoke invite and bot edit modal.
This commit is contained in:
@@ -617,6 +617,10 @@ exports.initialize = function () {
|
||||
settings_toggle.toggle_org_setting_collapse();
|
||||
});
|
||||
|
||||
$(".organization-box").on("show.bs.modal", () => {
|
||||
popovers.hide_all();
|
||||
});
|
||||
|
||||
$(".alert-box").on("click", ".stackframe .expand", function () {
|
||||
$(this).parent().siblings(".code-context").toggle("fast");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user