copy-component
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -82,3 +82,3 @@ const copyText = async (element) => { | ||
.querySelector("slot:not([name])") | ||
.assignedNodes({ | ||
.assignedElements({ | ||
flatten: true, | ||
@@ -85,0 +85,0 @@ }); |
{ | ||
"name": "copy-component", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A vanilla custom element that adds the capability to wrap html so it the inner text can be added to the users clipboard", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4519