Merge branch 'feat/db' into refactor/db-properties-schema

This commit is contained in:
Tienson Qin
2024-04-21 13:22:37 +08:00
58 changed files with 1558 additions and 1096 deletions

View File

@@ -220,7 +220,7 @@
#_:clj-kondo/ignore
(when-let [repo (state/get-current-repo)]
(when-let [block (db-model/get-block-by-uuid id)]
(editor-handler/delete-block-aux! block true))))
(editor-handler/delete-block-aux! block))))
(defn copy-hl-ref!
[highlight ^js viewer]