We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue-rippler/src/vue-rippler.js
Line 71 in 8241123
Here, there should be a condition to check whether the element is already present, otherwise multiple style element are appended.
style
Something like :
styleEl.id = 'Ripple-effect-style' if (! document.getElementById('Ripple-effect-style')) document.head.appendChild(styleEl)
The text was updated successfully, but these errors were encountered:
a386b1d
spemer
No branches or pull requests
vue-rippler/src/vue-rippler.js
Line 71 in 8241123
Here, there should be a condition to check whether the element is already present, otherwise multiple
style
element are appended.Something like :
The text was updated successfully, but these errors were encountered: