Skip to content

Commit 116b6d9

Browse files
PlayBridgeJS: Stop wrapping lines in the editor
1 parent d8ae96f commit 116b6d9

File tree

1 file changed

+1
-1
lines changed
  • Examples/PlayBridgeJS/Sources/JavaScript

1 file changed

+1
-1
lines changed

Examples/PlayBridgeJS/Sources/JavaScript/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export class EditorSystem {
9797
scrollbar: { vertical: 'visible', horizontal: 'visible' },
9898
fixedOverflowWidgets: true,
9999
renderWhitespace: 'none',
100-
wordWrap: 'on'
100+
wordWrap: 'off'
101101
};
102102

103103
// Create all editors from config

0 commit comments

Comments
 (0)