click_handlers: Don't hide compose when clicking on tippy popovers.

This commit is contained in:
Aman Agrawal 2021-06-19 13:48:57 +00:00 committed by Tim Abbott
parent 34a37f55d6
commit 5151e916ea
1 changed files with 1 additions and 0 deletions

View File

@ -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
) {