mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: remove redundancy paths on db
This commit also removes the fragile files including page-metadata.edn and metadata.edn.
This commit is contained in:
@@ -767,9 +767,9 @@
|
||||
:native-icloud? (not (string/blank? (state/get-icloud-container-root-url)))
|
||||
:logged? (user-handler/logged-in?)} opts)]
|
||||
(if (mobile-util/native-ios?)
|
||||
(do (state/set-modal!
|
||||
#(graph-picker/graph-picker-cp opts')
|
||||
{:label "graph-setup"}))
|
||||
(state/set-modal!
|
||||
#(graph-picker/graph-picker-cp opts')
|
||||
{:label "graph-setup"})
|
||||
(page-handler/ls-dir-files! st/refresh! opts'))))
|
||||
|
||||
(defmethod handle :file/alter [[_ repo path content]]
|
||||
|
||||
Reference in New Issue
Block a user