mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-09 11:20:08 +03:00
Compare commits
1 Commits
main
...
lance/2187
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c0803d2a0 |
@@ -76,6 +76,7 @@
|
||||
document.getElementById(monacoId).editor = monaco.editor.create($refs.monacoEditorElement, {
|
||||
value: monacoContent,
|
||||
theme: localStorage.getItem('theme') === 'light' ? 'iPlastic' : 'custom',
|
||||
fontFamily: 'Consolas, \'Courier New\', \'Noto Sans Mono\', \'DejaVu Sans Mono\', monospace',
|
||||
fontSize: monacoFontSize,
|
||||
lineNumbersMinChars: lineNumbersMinChars,
|
||||
automaticLayout: automaticLayout,
|
||||
|
||||
Reference in New Issue
Block a user