mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix(test): bump version of react and react-dom
also, fixed keyboards on datepicker
This commit is contained in:
@@ -366,7 +366,7 @@
|
||||
"chosen")
|
||||
;; :tab-index -1
|
||||
:on-click (fn [e]
|
||||
(util/stop e)
|
||||
(.preventDefault e)
|
||||
(if (and (gobj/get e "shiftKey") on-shift-chosen)
|
||||
(on-shift-chosen item)
|
||||
(on-chosen item)))}
|
||||
|
||||
Reference in New Issue
Block a user