mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 03:16:37 +00:00
@@ -92,7 +92,7 @@
|
||||
(db/file-exists? repo path))
|
||||
(when-let [page-name (db/get-file-page path)]
|
||||
(println "Delete page: " page-name ", file path: " path ".")
|
||||
(page-handler/delete! page-name #() :delete-file? false))
|
||||
(page-handler/delete! page-name #() :unlink-file? true))
|
||||
|
||||
(and (contains? #{"add" "change" "unlink"} type)
|
||||
(string/ends-with? path "logseq/custom.css"))
|
||||
|
||||
Reference in New Issue
Block a user