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 599476a commit e7e9dbbCopy full SHA for e7e9dbb
src/Flame/Renderer/Internal/Dom.js
@@ -8,7 +8,7 @@ let textNode = 1,
8
lazyNode = 5,
9
managedNode = 6;
10
//these events cannot be synthetic
11
-let nonBubblingEvents = ["focus", "blur", "scroll"];
+let nonBubblingEvents = ["focus", "blur", "scroll", "load", "unload"];
12
13
export function start_(eventWrapper, root, updater, html) {
14
return new F(eventWrapper, root, updater, html, false);
0 commit comments