Add back incorrectly removed type="button"

This commit is contained in:
Curt Grimes
2022-10-04 12:16:18 -07:00
parent 66a198f3f7
commit 0cb1f5a0fb

View File

@@ -62,6 +62,7 @@ export function Ability({
onDrop?.(event);
}}
tabIndex={readonly ? -1 : undefined}
type="button"
>
<Image alt="" path={abilityImageUrl(ability)} />
</button>