소스 검색

fix: stop propagation on select component

Konstantinos Kaloutas 2 년 전
부모
커밋
8b8bd04ced
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tldraw/apps/tldraw-logseq/src/components/inputs/SelectInput.tsx

+ 1 - 0
tldraw/apps/tldraw-logseq/src/components/inputs/SelectInput.tsx

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