mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
click_handlers: Don't hide compose when clicking on tippy popovers.
This commit is contained in:
@@ -864,6 +864,7 @@ export function initialize() {
|
||||
!$(e.target).closest(".overlay").length &&
|
||||
!$(e.target).closest(".popover").length &&
|
||||
!$(e.target).closest(".modal").length &&
|
||||
!$(e.target).closest("[data-tippy-root]").length &&
|
||||
!$(e.target).closest(".modal-backdrop").length &&
|
||||
$(e.target).closest("body").length
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user