Skip to content

Commit 0cd9cb9

Browse files
committed
Add scrollend to synthetic events
1 parent 6ddd60d commit 0cd9cb9

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", "load", "unload"];
11+
let nonBubblingEvents = ["focus", "blur", "scroll", "scrollend", "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)