From 1fa58961fc7473fe95c430a63450d317681d7e78 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Sat, 6 May 2023 08:56:27 -0700 Subject: [PATCH] Remove done todo comment --- codetab.ts | 1 - 1 file changed, 1 deletion(-) 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,