mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: move key
This commit is contained in:
@@ -81,10 +81,10 @@
|
||||
group-first? (:group-first opt)
|
||||
plg (get (:plugin/installed-plugins @state/state) (keyword (:pid opt)))]
|
||||
[:div
|
||||
{:key (str idx (:name opt))}
|
||||
(when (and group-first? (not= idx 0)) [:hr.my-2])
|
||||
[:div.it.flex.px-3.py-1.5.rounded-sm.justify-between
|
||||
{:key (str idx (:url opt))
|
||||
:title (:description opt)
|
||||
{:title (:description opt)
|
||||
:class (util/classnames
|
||||
[{:is-selected current-selected?
|
||||
:is-active (= idx @*cursor)}])
|
||||
|
||||
Reference in New Issue
Block a user