Remove completed todo comment

This commit is contained in:
dylan 2023-05-06 12:19:40 -07:00
parent 24bed7bd89
commit 2e3b689c16

View File

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