mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192
This commit is contained in:
parent
1451795472
commit
7ea957e94d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ func NewEditor() *Editor {
|
||||||
EmbedBlockBreadcrumb: false,
|
EmbedBlockBreadcrumb: false,
|
||||||
ListLogicalOutdent: false,
|
ListLogicalOutdent: false,
|
||||||
FloatWindowMode: 0,
|
FloatWindowMode: 0,
|
||||||
DynamicLoadBlocks: 128,
|
DynamicLoadBlocks: 192,
|
||||||
Justify: false,
|
Justify: false,
|
||||||
RTL: false,
|
RTL: false,
|
||||||
BacklinkExpandCount: 8,
|
BacklinkExpandCount: 8,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue