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
{{ message }}
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
The
show
action checks that content is populated before displaying it, and it does this by checking fortextContent
:paper-tooltip/paper-tooltip.js
Lines 385 to 398 in 67a2272
The problem is if you have something like:
Now
<my-component>
might have atextContent
, but if it doesn't the tooltip never shows.The text was updated successfully, but these errors were encountered: