Add WordWrap to MonacoEditor (#1001)

This commit is contained in:
MartinOscar 2025-02-12 20:35:23 +01:00 committed by GitHub
parent 1f6b659546
commit 48d1ef5d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,8 @@
vertical: 'auto',
verticalScrollbarSize: 15
},
wordWrap: 'on',
WrappingIndent: 'same',
});
monacoEditor(document.getElementById(monacoId).editor);