Remove unnecessary "onTouchStart"

This commit is contained in:
schroda
2024-12-15 21:19:20 +01:00
parent df9e24f4d7
commit ffe824e603

View File

@@ -82,7 +82,7 @@ export const SettingsTrackerCard = ({ tracker }: { tracker: TTrackerSearch }) =>
<ListItemButton <ListItemButton
{...bindTrigger(popupState)} {...bindTrigger(popupState)}
onClick={() => onClick(popupState.open)} onClick={() => onClick(popupState.open)}
onTouchStart={() => onClick(popupState.open)} // onTouchStart={() => onClick(popupState.open)}
> >
<ListItemAvatar sx={{ paddingRight: '20px' }}> <ListItemAvatar sx={{ paddingRight: '20px' }}>
<Avatar <Avatar