mirror of
https://github.com/logseq/logseq.git
synced 2026-05-17 09:22:21 +00:00
Merge remote-tracking branch 'origin/master' into feat/cliable
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user