Files
zulip/static/js/tippyjs.js
Aman Agrawal 489daa7f7c tippy: Append tooltips to the parent of the reference.
This allows us to hide tooltips automatically when the
parent container is hidden while tooltip is active.

In an overlay, when a tooltip is active and `esc` is pressed,
the tooltip will remain active without this commit.

This has side effects of some properties of parent applying to
tooltips if property is directly set to `div`. Through manual testing,
only area where this was found was fixed.
2021-04-23 11:59:18 -07:00

2.0 KiB