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
fix(pat-tooltip): Cleanup tooltip after it's destroyed.
When the tooltip is destroyed, also call the tooltip's BasePattern destroy
method to clean up and release the tooltip from the element. After that
it can be instantiated on the same element again.
This change was necessary after the recent BasePattern change.
0 commit comments