mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
refactor: sync immediately on saving block or drag&drop
Related to https://github.com/logseq/logseq/issues/470
This commit is contained in:
@@ -543,7 +543,10 @@
|
||||
[[file-path new-content]])))
|
||||
|
||||
(when (or (seq retract-refs) pre-block?)
|
||||
(ui-handler/re-render-root!)))
|
||||
(ui-handler/re-render-root!))
|
||||
|
||||
(when (state/git-auto-push?)
|
||||
(repo-handler/push repo nil)))
|
||||
|
||||
:else
|
||||
nil))))))
|
||||
|
||||
Reference in New Issue
Block a user