mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-26 17:01:46 +01:00
Add WordWrap to MonacoEditor (#1001)
This commit is contained in:
parent
1f6b659546
commit
48d1ef5d26
@ -113,6 +113,8 @@
|
|||||||
vertical: 'auto',
|
vertical: 'auto',
|
||||||
verticalScrollbarSize: 15
|
verticalScrollbarSize: 15
|
||||||
},
|
},
|
||||||
|
wordWrap: 'on',
|
||||||
|
WrappingIndent: 'same',
|
||||||
|
|
||||||
});
|
});
|
||||||
monacoEditor(document.getElementById(monacoId).editor);
|
monacoEditor(document.getElementById(monacoId).editor);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user