Skip to content

Commit

Permalink
fix: disable diff editor split
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Jun 21, 2024
1 parent 93ba327 commit 22d153d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/component/MonacoEditor/DiffEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const DiffEditor = inject('settingStore')(
minimap: { enabled: false },
renderOverviewRuler: false,
automaticLayout: true,
useInlineViewWhenSpaceIsLimited: false,
unicodeHighlight: {
invisibleCharacters: false,
ambiguousCharacters: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ const StructureComparisonTaskContent: React.FC<IStructureComparisonTaskContentPr
open={detailModalOpen}
destroyOnClose
closable
width={844}
width={900}
footer={null}
onCancel={() => {
setDetailModalOpen(false);
Expand Down

0 comments on commit 22d153d

Please sign in to comment.