fix: blocks rendering

This commit is contained in:
Tienson Qin
2023-09-06 23:45:37 +08:00
parent ea8d6679de
commit a23068fec7
3 changed files with 37 additions and 20 deletions

View File

@@ -373,7 +373,7 @@
[repo block content id text-range {:keys [direction retry-times]
:or {retry-times 0}
:as opts}]
(when (<= retry-times 6)
(when (<= retry-times 10)
(let [block-id (:block/uuid block)
edit-input-id (if (uuid? id)
(get-edit-input-id-with-block-id id direction retry-times nil)