mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
chore: remove TODO tags
This commit is contained in:
@@ -52,10 +52,10 @@
|
||||
(if (string/blank? graph-name)
|
||||
(notification/show! "Illegal graph folder name.")
|
||||
|
||||
;; create graph directory under Logseq document folder
|
||||
;; TODO: icloud sync
|
||||
(when-let [root (if icloud-sync-on? (state/get-icloud-container-root-url)
|
||||
(state/get-local-container-root-url))]
|
||||
;; create graph directory under Logseq document folder (local/icloud)
|
||||
(when-let [root (if icloud-sync-on?
|
||||
(state/get-icloud-container-root-url)
|
||||
(state/get-local-container-root-url))]
|
||||
(-> (validate-graph-dirname root graph-name)
|
||||
(p/then (fn [graph-path]
|
||||
(-> (fs/mkdir! graph-path)
|
||||
|
||||
Reference in New Issue
Block a user