Skip to content

Commit

Permalink
Remove id from cloned node
Browse files Browse the repository at this point in the history
  • Loading branch information
ddamato committed Jun 25, 2020
1 parent 93c3663 commit 122d95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/injectionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default function injectionInit() {
svg.setAttribute('replace', '');
svg.removeAttribute('onerror');
svg.removeAttribute('onanimationstart');
clone.removeAttribute('id');
this._assignClone(clone, svg);
useNode.remove();
return svg;
Expand Down

0 comments on commit 122d95b

Please sign in to comment.