🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192

This commit is contained in:
Daniel 2023-10-04 10:40:02 +08:00
parent 1451795472
commit 7ea957e94d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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,