fix: remove assets/draws from All Pages

This commit is contained in:
llcc
2022-03-07 12:56:41 +08:00
committed by Tienson Qin
parent f02c21c95b
commit c32fba0ab1
2 changed files with 18 additions and 14 deletions

View File

@@ -611,6 +611,7 @@
(remove (fn [p]
(let [name (:block/name p)]
(or (util/uuid-string? name)
(config/draw? name)
(db/built-in-pages-names (string/upper-case name))))))
(common-handler/fix-pages-timestamps)))