Remove completed todo comment
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user