mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: linting errors
This commit is contained in:
committed by
Andelf
parent
1aee971a96
commit
16a6a64ceb
@@ -160,7 +160,7 @@
|
||||
(if hr
|
||||
[:hr.menu-separator {:key "dropdown-hr"}]
|
||||
(rum/with-key
|
||||
(menu-link new-options child)
|
||||
(menu-link new-options child nil)
|
||||
title))))
|
||||
(when links-footer links-footer)])
|
||||
opts))
|
||||
@@ -438,7 +438,7 @@
|
||||
(if (and (gobj/get e "shiftKey") on-shift-chosen)
|
||||
(on-shift-chosen item)
|
||||
(on-chosen item)))}
|
||||
(if item-render (item-render item chosen?) item)))]]
|
||||
(if item-render (item-render item chosen?) item) nil))]]
|
||||
|
||||
(if get-group-name
|
||||
(if-let [group-name (get-group-name item)]
|
||||
|
||||
Reference in New Issue
Block a user