mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
Fix dnd
This commit is contained in:
@@ -114,8 +114,10 @@
|
||||
(defn ->tags
|
||||
[tags]
|
||||
(mapv (fn [tag]
|
||||
{:db/id tag
|
||||
:tag/name (string/lower-case tag)})
|
||||
(let [tag (-> (string/lower-case tag)
|
||||
(string/replace #"\s+" "-"))]
|
||||
{:db/id tag
|
||||
:tag/name tag}))
|
||||
tags))
|
||||
|
||||
(defn collect-heading-tags
|
||||
|
||||
Reference in New Issue
Block a user