mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Feature/performance (#52)
Performance improvement for new inserted heading
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
(let [heading (merge
|
||||
heading
|
||||
{:heading/meta meta
|
||||
:heading/marker (get heading :heading/marker "removed")
|
||||
:heading/marker (get heading :heading/marker "nil")
|
||||
:heading/properties (get heading :heading/properties [])
|
||||
:heading/file file
|
||||
:heading/format format
|
||||
|
||||
Reference in New Issue
Block a user