Merge remote-tracking branch 'origin/master' into feat/cliable

This commit is contained in:
rcmerci
2026-04-07 16:11:03 +08:00
2 changed files with 4 additions and 3 deletions

View File

@@ -488,6 +488,7 @@
selection-end (util/get-selection-end input)
[fst-block-text snd-block-text] (compute-fst-snd-block-text value selection-start selection-end)
insert-above? (and (string/blank? fst-block-text) (not (string/blank? snd-block-text)))
right-sibling (if insert-above? block right-sibling)
block' (or (db/entity [:block/uuid block-id]) block)
original-block (:original-block config)
block'' (or

View File

@@ -1018,11 +1018,11 @@
(when (and (seq tx-data)
(not (:rtc-tx? tx-meta))
(not (:sync-download-graph? tx-meta))
(:persist-op? tx-meta true)
(:kv/value (d/entity db-after :logseq.kv/graph-remote?)))
(:persist-op? tx-meta true))
(enqueue-local-tx! repo tx-report)
(when-let [client @worker-state/*db-sync-client]
(when (= repo (:repo client))
(when (and (= repo (:repo client))
(:kv/value (d/entity db-after :logseq.kv/graph-remote?)))
(sync-assets/enqueue-asset-sync!
repo client
{:enqueue-asset-task-f enqueue-asset-task!