🎨 Support disabling list item dot/number click to focus https://github.com/siyuan-note/siyuan/issues/10431

This commit is contained in:
Daniel 2024-02-25 10:57:54 +08:00
parent 1210bff972
commit d6164264fe
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 31 additions and 0 deletions

View file

@ -620,6 +620,7 @@ interface IEditor {
rtl: boolean;
readOnly: boolean;
listLogicalOutdent: boolean;
listItemDotNumberClickFocus: boolean;
spellcheck: boolean;
onlySearchForDoc: boolean;
katexMacros: string;