Remove done todo comment

This commit is contained in:
dylan 2023-05-06 08:56:27 -07:00
parent 99eb6b82f2
commit 1fa58961fc

View File

@ -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,