Remove the todo

This commit is contained in:
dylan 2023-05-06 11:46:09 -07:00
parent 550f1b44b2
commit 7bf0838e4e

View File

@ -412,7 +412,6 @@ const update = async () => {
// TODO: Make ctrl-/ do commenting out (take inspiration from tab) // TODO: Make ctrl-/ do commenting out (take inspiration from tab)
if (keyPressed(K.ENTER)) { if (keyPressed(K.ENTER)) {
// TODO: Make this play nicely with indentation
state.insertText("\n"+state.currentIndentation()); state.insertText("\n"+state.currentIndentation());
state.scrollToCursor(); state.scrollToCursor();
} }