Fly shop apples out from the creature that made them.
This commit is contained in:
@@ -67,6 +67,7 @@ export function CardView({
|
||||
return (
|
||||
<div
|
||||
className={classes}
|
||||
data-card-id={card.id || undefined}
|
||||
onClick={disabled ? undefined : onClick}
|
||||
role={onClick ? 'button' : undefined}
|
||||
onMouseEnter={preview ? undefined : (e) => setHover({ x: e.clientX, y: e.clientY })}
|
||||
|
||||
Reference in New Issue
Block a user