mirror of https://github.com/zulip/zulip.git
click_handlers: Don't hide compose when clicking on tippy popovers.
This commit is contained in:
parent
34a37f55d6
commit
5151e916ea
|
@ -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
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue