mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
prevent user from dragging image ghosts from theme selecter
This commit is contained in:
@@ -91,7 +91,7 @@ export const ThemeCover: React.FC<ThemeCoverProps> = ({
|
||||
<img
|
||||
src={(typeof theme.coverImage) == 'string' ? theme.coverImage as string : URL.createObjectURL(theme.coverImage as Blob)}
|
||||
alt={theme.name}
|
||||
className="absolute inset-0 z-0 object-cover w-full h-full"
|
||||
className="absolute inset-0 z-0 object-cover w-full h-full pointer-events-none"
|
||||
/>
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user