1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-03-12 04:41:54 +00:00

fix show line number logic for embedded mode

This commit is contained in:
Fred Sauer
2026-02-18 21:38:51 -08:00
parent 0b383c77f1
commit ff6a0e666a

View File

@@ -153,7 +153,7 @@ export class SourceEditor implements ProjectView {
]),
keymap.of(defaultKeymap),
minimalGutters ? [] : lineNumbers(),
lineNums ? lineNumbers() : [],
highlightSpecialChars(),