mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 04:34:14 +00:00
fix: lint
This commit is contained in:
@@ -630,7 +630,6 @@
|
|||||||
[state' state title group visible-items first-item sidebar?]
|
[state' state title group visible-items first-item sidebar?]
|
||||||
(let [{:keys [show items]} (some-> state ::results deref group)
|
(let [{:keys [show items]} (some-> state ::results deref group)
|
||||||
highlighted-item (or @(::highlighted-item state) first-item)
|
highlighted-item (or @(::highlighted-item state) first-item)
|
||||||
highlighted-group @(::highlighted-group state)
|
|
||||||
*mouse-active? (::mouse-active? state')
|
*mouse-active? (::mouse-active? state')
|
||||||
filter' @(::filter state)
|
filter' @(::filter state)
|
||||||
can-show-less? (< (get-group-limit group) (count visible-items))
|
can-show-less? (< (get-group-limit group) (count visible-items))
|
||||||
|
|||||||
Reference in New Issue
Block a user