Skip to content

Commit 879cb41

Browse files
revert(select-field): remove innerProps.onTouchEnd
1 parent 9af193f commit 879cb41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bento-design-system/src/SelectField/components.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ export function Option<B, A extends SelectOption<B>>(props: OptionProps<A>) {
239239
// that could hit whatever is behind the menu after it closes.
240240
onTouchEnd: (e) => {
241241
e.preventDefault();
242-
innerProps.onTouchEnd?.(e);
243242
},
244243
}}
245244
>

0 commit comments

Comments
 (0)