🎨 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,
|
||||
ListLogicalOutdent: false,
|
||||
FloatWindowMode: 0,
|
||||
DynamicLoadBlocks: 128,
|
||||
DynamicLoadBlocks: 192,
|
||||
Justify: false,
|
||||
RTL: false,
|
||||
BacklinkExpandCount: 8,
|
||||
|
|
Loading…
Add table
Reference in a new issue