Skip to content

Commit

Permalink
Use a more precise target selecctor
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo committed Feb 2, 2021
1 parent a7c38f6 commit f5f8896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Polyfill.ts
Expand Up @@ -15,7 +15,7 @@ export default class Polyfill {
};

private defaults: Options = {
target: 'svg use',
target: 'svg use[href], svg use[xlink\\:href]',
context: window.document.body || window.document.documentElement,
root: window.document.body || window.document.documentElement,
run: true,
Expand Down

0 comments on commit f5f8896

Please sign in to comment.