Skip to content

Commit e7e9dbb

Browse files
committed
Add load events
1 parent 599476a commit e7e9dbb

File tree

1 file changed

+1
-1
lines changed
  • src/Flame/Renderer/Internal

1 file changed

+1
-1
lines changed

src/Flame/Renderer/Internal/Dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let textNode = 1,
88
lazyNode = 5,
99
managedNode = 6;
1010
//these events cannot be synthetic
11-
let nonBubblingEvents = ["focus", "blur", "scroll"];
11+
let nonBubblingEvents = ["focus", "blur", "scroll", "load", "unload"];
1212

1313
export function start_(eventWrapper, root, updater, html) {
1414
return new F(eventWrapper, root, updater, html, false);

0 commit comments

Comments
 (0)