You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updateFor is kind of a hack to induce a call to update the tooltip display if some content changes. Instead, I think we can wire something up with a MutationObserver to update the tooltip if content nodes change. We might even be able to enhance this by only updating the tooltip when mutations that affect the width or height happen.
The text was updated successfully, but these errors were encountered:
updateFor
is kind of a hack to induce a call to update the tooltip display if some content changes. Instead, I think we can wire something up with aMutationObserver
to update the tooltip if content nodes change. We might even be able to enhance this by only updating the tooltip when mutations that affect the width or height happen.The text was updated successfully, but these errors were encountered: