diff --git a/ui/src/common/SongContextMenu.jsx b/ui/src/common/SongContextMenu.jsx index 5eff495b..f8b0bba5 100644 --- a/ui/src/common/SongContextMenu.jsx +++ b/ui/src/common/SongContextMenu.jsx @@ -31,9 +31,6 @@ const useStyles = makeStyles({ noWrap: { whiteSpace: 'nowrap', }, - disabledMenuItem: { - pointerEvents: 'auto', - }, }) const MoreButton = ({ record, onClick, info }) => {