diff --git a/codetab.ts b/codetab.ts index 42553b8..fc5a895 100644 --- a/codetab.ts +++ b/codetab.ts @@ -5,7 +5,6 @@ import { COLOR } from "./colors.ts"; import {getSheet, setSheet} from "./sheet.ts"; import { K, getKeyboardString, keyPressed, shiftKeyDown } from "./keyboard.ts"; -// TODO: Make scrolling work const state = { scrollX: 0, scrollY: 0,