Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 780ad2c

Browse files
committed
Fix a type declaration
1 parent c8f98d0 commit 780ad2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class MouseSelection {
293293
extend: boolean
294294
multiple: boolean
295295
lastEvent: MouseEvent
296-
scrollParents: {x?: HTMLElement, y?: HTMLElement}
296+
scrollParents: {x: HTMLElement | null, y: HTMLElement | null}
297297
scrollSpeed = {x: 0, y: 0}
298298
scrolling = -1
299299
atoms: readonly RangeSet<any>[]

0 commit comments

Comments
 (0)