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 Nov 16, 2021. It is now read-only.
I have a div that acts as a button and inside there's an icon that is its own component. Internally the icon uses your ng-inline-svg directive and if I click anywhere on the button it works (doesn't trigger) but if I click on the icon it triggers ng-click-outside. I tried removing the svg directive and placing some text and it works fine that way, the problem occurs only with the svg directive applied.
The text was updated successfully, but these errors were encountered:
I have a div that acts as a button and inside there's an icon that is its own component. Internally the icon uses your ng-inline-svg directive and if I click anywhere on the button it works (doesn't trigger) but if I click on the icon it triggers ng-click-outside. I tried removing the svg directive and placing some text and it works fine that way, the problem occurs only with the svg directive applied.
The text was updated successfully, but these errors were encountered: