mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
fix: whiteboard name sanitization
This commit is contained in:
committed by
Tienson Qin
parent
aebfae729f
commit
a720a85eed
@@ -182,7 +182,7 @@
|
||||
|
||||
(defn get-default-new-whiteboard-tx
|
||||
[page-name id]
|
||||
[#:block{:name page-name,
|
||||
[#:block{:name (util/page-name-sanity-lc page-name),
|
||||
:type "whiteboard",
|
||||
:properties
|
||||
{:ls-type :whiteboard-page,
|
||||
|
||||
Reference in New Issue
Block a user