Remove completed todo comment
This commit is contained in:
parent
24bed7bd89
commit
2e3b689c16
@ -438,7 +438,6 @@ const update = async () => {
|
|||||||
state.insertText(keyboardString);
|
state.insertText(keyboardString);
|
||||||
state.scrollToCursor();
|
state.scrollToCursor();
|
||||||
}
|
}
|
||||||
// TODO: Make ctrl-/ do commenting out (take inspiration from tab)
|
|
||||||
|
|
||||||
if (keyPressed(K.ENTER)) {
|
if (keyPressed(K.ENTER)) {
|
||||||
state.insertText("\n"+state.currentIndentation());
|
state.insertText("\n"+state.currentIndentation());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user