Skip to content

Commit 22d153d

Browse files
committed
fix: disable diff editor split
1 parent 93ba327 commit 22d153d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/component/MonacoEditor/DiffEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const DiffEditor = inject('settingStore')(
7979
minimap: { enabled: false },
8080
renderOverviewRuler: false,
8181
automaticLayout: true,
82+
useInlineViewWhenSpaceIsLimited: false,
8283
unicodeHighlight: {
8384
invisibleCharacters: false,
8485
ambiguousCharacters: false,

src/component/Task/StructureComparisonTask/DetailContent/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ const StructureComparisonTaskContent: React.FC<IStructureComparisonTaskContentPr
495495
open={detailModalOpen}
496496
destroyOnClose
497497
closable
498-
width={844}
498+
width={900}
499499
footer={null}
500500
onCancel={() => {
501501
setDetailModalOpen(false);

0 commit comments

Comments
 (0)