mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
wip: move pipeline to worker
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
(defn- edit-block-aux
|
||||
[repo block content block-node text-range {:keys [direction retry-times max-retry-times]
|
||||
:or {retry-times 0
|
||||
max-retry-times 5}
|
||||
max-retry-times 10}
|
||||
:as opts}]
|
||||
(when (and (<= retry-times max-retry-times) block)
|
||||
(let [block-node block-node
|
||||
|
||||
Reference in New Issue
Block a user