mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
click_handlers: Remove dead code for Bootstrap popovers.
This commit is contained in:
parent
e17e231b2a
commit
27deebe45b
@ -832,7 +832,6 @@ export function initialize() {
|
||||
// should not have any effect on the compose
|
||||
// state.
|
||||
!$(e.target).closest(".overlay").length &&
|
||||
!$(e.target).closest(".popover").length &&
|
||||
!$(e.target).closest(".micromodal").length &&
|
||||
!$(e.target).closest("[data-tippy-root]").length &&
|
||||
!$(e.target).closest(".typeahead").length &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user