Merge remote-tracking branch 'upstream/master' into whiteboards

This commit is contained in:
Peng Xiao
2022-08-22 17:55:46 +08:00
14 changed files with 260 additions and 214 deletions

View File

@@ -757,7 +757,8 @@
(remove nil?))]
(doseq [id ids]
(let [block (db/pull [:block/uuid id])]
(set-marker block))))))
(when (not-empty (:block/content block))
(set-marker block)))))))
(defn cycle-todo!
[]