From 48ffb17f1013cf39237772bb4bf336514695f981 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 23 Sep 2024 08:31:48 +0200 Subject: [PATCH] Drop old comment --- src/input.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input.ts b/src/input.ts index d1b985f..be26f2a 100644 --- a/src/input.ts +++ b/src/input.ts @@ -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