mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 10:14:21 +01:00
🎨 Support disabling list item dot/number click to focus https://github.com/siyuan-note/siyuan/issues/10431
This commit is contained in:
parent
1210bff972
commit
d6164264fe
9 changed files with 31 additions and 0 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -620,6 +620,7 @@ interface IEditor {
|
|||
rtl: boolean;
|
||||
readOnly: boolean;
|
||||
listLogicalOutdent: boolean;
|
||||
listItemDotNumberClickFocus: boolean;
|
||||
spellcheck: boolean;
|
||||
onlySearchForDoc: boolean;
|
||||
katexMacros: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue