mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: stop propagation on select component
This commit is contained in:
committed by
Tienson Qin
parent
fdcf2820f8
commit
8b8bd04ced
@@ -56,6 +56,7 @@ export function SelectInput({
|
||||
position="popper"
|
||||
sideOffset={14}
|
||||
align="center"
|
||||
onKeyDown={e => e.stopPropagation()}
|
||||
>
|
||||
<Select.ScrollUpButton />
|
||||
<Select.Viewport className="tl-select-input-viewport">
|
||||
|
||||
Reference in New Issue
Block a user