mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance(plugin): support right sidebar item type as string
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
(defn build-sidebar-item
|
||||
[repo idx db-id block-type]
|
||||
(case block-type
|
||||
(case (keyword block-type)
|
||||
:contents
|
||||
[(t :right-side-bar/contents)
|
||||
(contents)]
|
||||
|
||||
Reference in New Issue
Block a user