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
The data-tlite attribute doesn't seem to work, as it's somehow overridden as the element seems to be modified before createTooltip() is called. And at the point at which it's called, the attribute is now empty, even though I set it to a value of 'sw'.
The text was updated successfully, but these errors were encountered:
It seems to work for me. I don't like modifying elements the way this library does (removing the data-tlite attribute, in this case). I'm doing this to prevent re-initialization of tlite on an element, but there are arguably better ways.
Tested in Chrome v. 65.0.3325.162
This may be a timing issue.
The data-tlite attribute doesn't seem to work, as it's somehow overridden as the element seems to be modified before createTooltip() is called. And at the point at which it's called, the attribute is now empty, even though I set it to a value of 'sw'.
The text was updated successfully, but these errors were encountered: