Skip to content

Commit

Permalink
Drop old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 23, 2024
1 parent 154c03b commit 48ffb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {groupAt, skipAtomicRanges} from "./cursor"
import {getSelection, focusPreventScroll, Rect, dispatchKey, scrollableParents} from "./dom"
import {applyDOMChangeInner} from "./domchange"

// This will also be where dragging info and such goes
export class InputState {
lastKeyCode: number = 0
lastKeyTime: number = 0
Expand Down

0 comments on commit 48ffb17

Please sign in to comment.