@haxtheweb/utils
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -7,15 +7,17 @@ export const activeStateBehavior = function (SuperClass) { | ||
setTimeout(() => { | ||
this.addEventListener("mouseover", (e) => { | ||
this.isUserSelected = true; | ||
}); | ||
this.addEventListener("focusin", (e) => { | ||
this.isUserSelected = true; | ||
}); | ||
if (this.addEventListener) { | ||
this.addEventListener("mouseover", (e) => { | ||
this.isUserSelected = true; | ||
}); | ||
this.addEventListener("focusin", (e) => { | ||
this.isUserSelected = true; | ||
}); | ||
this.addEventListener("mouseout", (e) => { | ||
this.isUserSelected = false; | ||
}); | ||
this.addEventListener("focusout", (e) => { | ||
this.isUserSelected = false; | ||
}); | ||
this.addEventListener("mouseout", (e) => { | ||
this.isUserSelected = false; | ||
}); | ||
this.addEventListener("focusout", (e) => { | ||
this.isUserSelected = false; | ||
}); | ||
} | ||
}, 0); | ||
@@ -22,0 +24,0 @@ } |
{ | ||
"name": "@haxtheweb/utils", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Helper functions to clean up web component data handling.", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
}, | ||
"gitHead": "7f62cde6a6242afcb57715e1e2067ea767c777fd" | ||
"gitHead": "f528e4aac8aeadf5350d9262fb515d14d208e376" | ||
} |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
110880
9
1
80
2898