Skip to content

Commit f65f943

Browse files
committed
Prevent tooltip from opening on autofocus
1 parent 77ad412 commit f65f943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/components/runs/v3/RunFilters.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ function FilterMenu(props: RunFiltersProps) {
147147
const filterTrigger = (
148148
<SelectTrigger
149149
autoFocus
150+
onFocusCapture={(e) => e.preventDefault()}
150151
icon={
151152
<div className="flex size-4 items-center justify-center">
152153
<ListFilterIcon className="size-3.5" />

0 commit comments

Comments
 (0)