Remove the todo
This commit is contained in:
parent
550f1b44b2
commit
7bf0838e4e
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user