We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053f322 commit 8c2aec3Copy full SHA for 8c2aec3
src/index.js
@@ -45,6 +45,7 @@ const CoCreateEvents = {
45
this.initPrefix("resize", ["onload", "resize"]);
46
this.initPrefix("localstorage", ["onload"]);
47
this.initPrefix("focus", ["focus"]);
48
+ this.initPrefix("blur", ["blur"]);
49
}
50
51
let customEventEls = document.querySelectorAll("[event-name]");
0 commit comments