mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 No longer limits the number of dynamically loaded blocks in the editor https://github.com/siyuan-note/siyuan/issues/12359
This commit is contained in:
parent
604f13b34a
commit
6a3095c56c
4 changed files with 2 additions and 10 deletions
|
|
@ -56,7 +56,6 @@ type Editor struct {
|
|||
|
||||
const (
|
||||
MinDynamicLoadBlocks = 48
|
||||
MaxDynamicLoadBlocks = 1024
|
||||
)
|
||||
|
||||
func NewEditor() *Editor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue