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(); }