Remove unintentional touch bindings
Caused double clicks
This commit is contained in:
@@ -83,10 +83,6 @@ const TrackerActiveRemoveBind = ({
|
||||
onClick();
|
||||
popupState.open();
|
||||
}}
|
||||
onTouchStart={() => {
|
||||
onClick();
|
||||
popupState.open();
|
||||
}}
|
||||
>
|
||||
{t('global.button.remove')}
|
||||
</MenuItem>
|
||||
|
||||
Reference in New Issue
Block a user