Prevent native mobile menu on long press
This commit is contained in:
@@ -66,7 +66,7 @@ export const MangaGridCard = memo(
|
||||
onClick={handleClick}
|
||||
to={mangaLinkTo}
|
||||
state={Mangas.createLocationState(manga, mode)}
|
||||
sx={{ textDecoration: 'none', touchCallout: 'none' }}
|
||||
sx={{ textDecoration: 'none', userSelect: 'none' }}
|
||||
>
|
||||
<Box
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user