Skip to content

Commit 59b2e99

Browse files
committed
fix(Menu): fix unresponsive item on tap to click * 6
1 parent 31ea770 commit 59b2e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pickers/Menu/MenuButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export function MenuButton({
134134
};
135135

136136
return (
137-
<StyledButton {...props} disabled={isDisabled ? '' : undefined} mods={mods}>
137+
<StyledButton {...props} mods={mods}>
138138
{checkIcon ? <div data-element="ButtonIcon">{checkIcon}</div> : null}
139139
{icon ? <div data-element="ButtonIcon">{icon}</div> : null}
140140
<Space gap="1x" placeContent="space-between" overflow="clip" width="100%">

0 commit comments

Comments
 (0)