enhance: meta-click on a parent class to navigate to it

This commit is contained in:
Gabriel Horner
2023-08-31 14:24:25 -04:00
parent 22ac81a9d5
commit 4c90983fd1
4 changed files with 22 additions and 11 deletions

View File

@@ -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