mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
fix: custom.css can't be saved
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
rel-path (when (string/starts-with? path repo-dir)
|
||||
(path/trim-dir-prefix repo-dir path))
|
||||
original-name (db/get-file-page (or path rel-path))
|
||||
in-db? (boolean (and rel-path (db/get-file (or path rel-path))))
|
||||
in-db? (boolean (db/get-file (or path rel-path)))
|
||||
file-fpath (if in-db?
|
||||
(path/path-join repo-dir path)
|
||||
path)
|
||||
|
||||
Reference in New Issue
Block a user