Change manga in library state on long press in list mode (#715)

Was forgotten in 29860482a6
This commit is contained in:
schroda
2024-04-07 21:19:12 +02:00
committed by GitHub
parent 29860482a6
commit ca8daab0da
2 changed files with 47 additions and 5 deletions

View File

@@ -78,6 +78,7 @@ export const MangaOptionButton = forwardRef(
return (
<Tooltip title={t('global.button.options')}>
<IconButton
ref={ref}
{...bindTriggerProps}
onClick={handleClick}
onTouchStart={handleClick}