We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ae96f commit 116b6d9Copy full SHA for 116b6d9
Examples/PlayBridgeJS/Sources/JavaScript/editor.js
@@ -97,7 +97,7 @@ export class EditorSystem {
97
scrollbar: { vertical: 'visible', horizontal: 'visible' },
98
fixedOverflowWidgets: true,
99
renderWhitespace: 'none',
100
- wordWrap: 'on'
+ wordWrap: 'off'
101
};
102
103
// Create all editors from config
0 commit comments