mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 02:07:03 +02:00
chore(text): tab width doesn't adjust when pressing the spinner
This commit is contained in:
@@ -291,7 +291,7 @@ function CodeBlockStyle() {
|
||||
type="number" min={1} max={16} step={1}
|
||||
unit={t("code_block.tab_width_unit")}
|
||||
currentValue={codeBlockTabWidth}
|
||||
onBlur={setCodeBlockTabWidth}
|
||||
onChange={setCodeBlockTabWidth}
|
||||
/>
|
||||
</OptionsRow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user