From 7bf0838e4ea7fa5fcaa175c853b03c4e76989624 Mon Sep 17 00:00:00 2001 From: dylan <> Date: Sat, 6 May 2023 11:46:09 -0700 Subject: [PATCH] Remove the todo --- codetab.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/codetab.ts b/codetab.ts index 0e28aab..e6d52fb 100644 --- a/codetab.ts +++ b/codetab.ts @@ -412,7 +412,6 @@ const update = async () => { // TODO: Make ctrl-/ do commenting out (take inspiration from tab) if (keyPressed(K.ENTER)) { - // TODO: Make this play nicely with indentation state.insertText("\n"+state.currentIndentation()); state.scrollToCursor(); }