mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
bb2dcb56f0
commit
0a85850e8e
1 changed files with 1 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ export const initEditor = () => {
|
|||
${window.siyuan.languages.md29}
|
||||
<div class="fn__hr"></div>
|
||||
<select id="codeTabSpaces" class="b3-select fn__block">
|
||||
<option ${window.siyuan.config.editor.codeTabSpaces === 0 ? "selected" : ""} value="0">0</option>
|
||||
<option ${window.siyuan.config.editor.codeTabSpaces === 2 ? "selected" : ""} value="2">2</option>
|
||||
<option ${window.siyuan.config.editor.codeTabSpaces === 4 ? "selected" : ""} value="4">4</option>
|
||||
<option ${window.siyuan.config.editor.codeTabSpaces === 6 ? "selected" : ""} value="6">6</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue