This commit is contained in:
Dustin Swan 2026-02-13 17:31:08 -07:00
parent 1961ac6249
commit 164f752338
No known key found for this signature in database
GPG key ID: 30D46587E2100467
6 changed files with 95 additions and 122 deletions

View file

@ -262,16 +262,6 @@ export function runAppCompiled(canvas: HTMLCanvasElement, store: any) {
handleEvent(hit.onScroll(delta));
}
/*
dispatchToFocused({
_tag: 'Scroll',
_0: {
deltaX: Math.round(e.deltaX),
deltaY: Math.round(e.deltaY)
}
});
*/
e.preventDefault();
rerender();
});