aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorArea.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorArea.tsx')
-rw-r--r--subprojects/frontend/src/editor/EditorArea.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/frontend/src/editor/EditorArea.tsx b/subprojects/frontend/src/editor/EditorArea.tsx
index 174b1205..e6227672 100644
--- a/subprojects/frontend/src/editor/EditorArea.tsx
+++ b/subprojects/frontend/src/editor/EditorArea.tsx
@@ -46,6 +46,7 @@ export default observer(function EditorArea({
46 > 46 >
47 <EditorTheme 47 <EditorTheme
48 showLineNumbers={editorStore.showLineNumbers} 48 showLineNumbers={editorStore.showLineNumbers}
49 showActiveLine={!editorStore.hasSelection}
49 ref={editorParentRef} 50 ref={editorParentRef}
50 /> 51 />
51 <EditorAreaDecorations parent={parent} scroller={scroller} /> 52 <EditorAreaDecorations parent={parent} scroller={scroller} />