mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Make Esc properly dismiss message info popover.
(imported from commit ed95bc09803d2829710909d91096fa56bd8b048c)
This commit is contained in:
parent
45fc7ced28
commit
3ccb5e9d66
@ -381,7 +381,7 @@ exports.register_click_handlers = function () {
|
||||
|
||||
exports.any_active = function () {
|
||||
// True if any popover (that this module manages) is currently shown.
|
||||
return popovers.actions_popped() || user_sidebar_popped() || stream_sidebar_popped();
|
||||
return popovers.actions_popped() || user_sidebar_popped() || stream_sidebar_popped() || message_info_popped();
|
||||
};
|
||||
|
||||
exports.hide_all = function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user