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:
@@ -153,7 +153,7 @@ export class SourceEditor implements ProjectView {
|
||||
]),
|
||||
keymap.of(defaultKeymap),
|
||||
|
||||
minimalGutters ? [] : lineNumbers(),
|
||||
lineNums ? lineNumbers() : [],
|
||||
|
||||
highlightSpecialChars(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user