From 2e3b689c168882410690b81e844c734c9dc49698 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Sat, 6 May 2023 12:19:40 -0700 Subject: [PATCH] Remove completed todo comment --- codetab.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/codetab.ts b/codetab.ts index 861268d..0cd0af2 100644 --- a/codetab.ts +++ b/codetab.ts @@ -438,7 +438,6 @@ const update = async () => { state.insertText(keyboardString); state.scrollToCursor(); } - // TODO: Make ctrl-/ do commenting out (take inspiration from tab) if (keyPressed(K.ENTER)) { state.insertText("\n"+state.currentIndentation());