Skip to content

Commit 867daf2

Browse files
committed
IDE 좌우 무한 개선
1 parent cc58f42 commit 867daf2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/ide/IDE.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,7 @@ const IDE = () => {
515515
renderLineHighlight: 'line',
516516
renderWhitespace: 'none',
517517
automaticLayout: false, // 💡 충돌 회피를 위해 비활성화
518-
wordWrap: "bounded",
519-
wordWrapColumn: 120,
518+
wordWrap: "off",
520519
scrollbar: { vertical: 'auto', horizontal: 'auto', verticalScrollbarSize: 10, horizontalScrollbarSize: 10 }
521520
};
522521
editor.updateOptions(editorOptions);
@@ -1125,7 +1124,7 @@ const IDE = () => {
11251124
cursorBlinking: "solid",
11261125
folding: true,
11271126
lineNumbersMinChars: 3,
1128-
wordWrap: "on",
1127+
wordWrap: "off",
11291128
renderWhitespace: "none",
11301129
renderLineHighlight: "line",
11311130
renderLineHighlightOnlyWhenFocus: false,

0 commit comments

Comments
 (0)