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
{...bindTrigger(popupState)}
onClick={() => onClick(popupState.open)}
onTouchStart={() => onClick(popupState.open)}
// onTouchStart={() => onClick(popupState.open)}
>
<ListItemAvatar sx={{ paddingRight: '20px' }}>
<Avatar