Skip to content

Commit 5330ece

Browse files
wewoormumiao
authored andcommitted
fix(output): disable the editor minimap
fix #62
1 parent f37976d commit 5330ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/workbench/panel/output.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ function Output(props: IPanelItem) {
1616
readOnly: true,
1717
lineDecorationsWidth: 0,
1818
lineNumbers: 'off',
19+
minimap: undefined,
1920
automaticLayout: true,
2021
}}
2122
/>

0 commit comments

Comments
 (0)