Skip to content

Commit 4fc3a66

Browse files
committed
Remove unused code
1 parent d5c6f90 commit 4fc3a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ export const EditorUI = (props: EditorUIProps) => {
13831383
original={''}
13841384
modified={''}
13851385
onMount={handleDiffEditorDidMount}
1386-
options={{ readOnly: false, renderSideBySide: false, originalEditable: true, renderIndicators: true, fixedOverflowWidgets: true, lightbulb: { enabled: true } }}
1386+
options={{ readOnly: false, renderSideBySide: isSplit }}
13871387
width='100%'
13881388
height={isDiff ? '100%' : '0%'}
13891389
className={isDiff ? "d-block" : "d-none"}

0 commit comments

Comments
 (0)