Skip to content

Commit 9306ccc

Browse files
committed
two presses of B to get to run
1 parent a7fbd19 commit 9306ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ namespace microcode {
365365
}
366366
} else {
367367
if (this.navigator.atRuleStart()) {
368-
const target = this.navigator.initialCursor(0, 0)
368+
const target = this.navigator.initialCursor(0, 1)
369369
this.moveTo(target)
370370
} else this.scrollAndMove(CursorDir.Back)
371371
}

0 commit comments

Comments
 (0)