mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-14 15:16:09 -05:00
Add back incorrectly removed type="button"
This commit is contained in:
@@ -62,6 +62,7 @@ export function Ability({
|
||||
onDrop?.(event);
|
||||
}}
|
||||
tabIndex={readonly ? -1 : undefined}
|
||||
type="button"
|
||||
>
|
||||
<Image alt="" path={abilityImageUrl(ability)} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user