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.
When clearing the icon from an iron-icon element, the local dom isn't cleared properly on browsers not supporting shadow DOM natively (Safari, Edge, IE).
This is due to the fact that removeIcon doesn't try to access to the element's local DOM root whereas applyIcon does.
When clearing the icon from an
iron-icon
element, the local dom isn't cleared properly on browsers not supporting shadow DOM natively (Safari, Edge, IE).This is due to the fact that
removeIcon
doesn't try to access to the element's local DOM root whereasapplyIcon
does.PR #44 fixes the issue
The text was updated successfully, but these errors were encountered: