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
feat(Tooltip): enable target element option (#356)
* Ignore intellij and log files.
* Add object type to tooltip target.
Changed the tooltip target property to also allow for DOM elements.
* Fix indents.
* Change tether config to use target retrieved for event listeners.
* Pass getTarget function instead of this._target
Pass getTarget function instead of the target retrieved in
componentDidMount as it is not always available at render.
0 commit comments