mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
fix: add excalidraw file to pages
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
(when (and (not (util/starts-with? page "http:"))
|
||||
(not (util/starts-with? page "https:"))
|
||||
(not (util/starts-with? page "file:"))
|
||||
(not (contains? (config/supported-formats) ext)))
|
||||
(or (= ext :excalidraw) (not (contains? (config/supported-formats) ext))))
|
||||
page)))
|
||||
|
||||
(and
|
||||
|
||||
Reference in New Issue
Block a user