mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance: meta-click on a parent class to navigate to it
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
:radio (ui/radio-list options #(update-setting! key %) nil)
|
||||
:checkbox (ui/checkbox-list options #(update-setting! key %) nil)
|
||||
;; select
|
||||
(ui/select options (fn [_ value ] (update-setting! key value)) nil))
|
||||
(ui/select options (fn [_ value ] (update-setting! key value))))
|
||||
]]]))
|
||||
|
||||
(rum/defc render-item-object
|
||||
|
||||
Reference in New Issue
Block a user