Skip to content

Commit

Permalink
ResponsiveDrawerコンポーネントにタッチスタートイベントを追加しました
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun-Murakami committed Mar 4, 2024
1 parent aef3e37 commit 3113340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ResponsiveDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export function ResponsiveDrawer({
aria-label='open drawer'
edge='start'
onClick={toggleDrawer(true)}
onTouchStart={() => toggleDrawer(true)}
size='large'
sx={{
border: `1px solid ${theme.palette.divider}`,
Expand Down

0 comments on commit 3113340

Please sign in to comment.