mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
refactor: separate og and db version (#12276)
separate og and new version apps remove file sync, tldraw, excalidraw and zotero
This commit is contained in:
@@ -25,12 +25,6 @@
|
||||
(let [repo (state/get-current-repo)]
|
||||
(db-property-util/get-pid repo db-ident)))
|
||||
|
||||
(defn block->shape [block]
|
||||
(get-block-property-value block :logseq.property.tldraw/shape))
|
||||
|
||||
(defn page-block->tldr-page [block]
|
||||
(get-block-property-value block :logseq.property.tldraw/page))
|
||||
|
||||
(defn shape-block?
|
||||
[block]
|
||||
(let [repo (state/get-current-repo)
|
||||
|
||||
Reference in New Issue
Block a user