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
I use the Tippy directive and I would like to be able to refresh its position after opening it because its position is sometimes problematic when it is at the bottom of the page. So I wanted to make sure that when the (visible) event is called do a forceUpdate.
I use the Tippy directive and I would like to be able to refresh its position after opening it because its position is sometimes problematic when it is at the bottom of the page. So I wanted to make sure that when the
(visible)
event is called do a forceUpdate.Example:
Is it possible to expose the popper instance in the directive or to have a
forceUpdate()
method directly?The text was updated successfully, but these errors were encountered: