This commit is contained in:
Liam Reid 2025-04-30 08:06:33 +00:00 committed by GitHub
commit 0b2b7b6852
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,6 +205,7 @@ export const ClearCanvas = () => {
onSelect={() => setActiveConfirmDialog("clearCanvas")} onSelect={() => setActiveConfirmDialog("clearCanvas")}
data-testid="clear-canvas-button" data-testid="clear-canvas-button"
aria-label={t("buttons.clearReset")} aria-label={t("buttons.clearReset")}
shortcut={getShortcutFromShortcutName("clearCanvas")}
> >
{t("buttons.clearReset")} {t("buttons.clearReset")}
</DropdownMenuItem> </DropdownMenuItem>