Update packages/excalidraw/components/HelpDialog.tsx

This commit is contained in:
David Luzar 2025-05-01 10:11:56 +02:00 committed by GitHub
parent 4f8b79998b
commit a2aa2e7785
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,7 +248,7 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
shortcuts={[getShortcutKey("CtrlOrCmd+K")]} shortcuts={[getShortcutKey("CtrlOrCmd+K")]}
/> />
<Shortcut <Shortcut
label={t("toolBar.shapeSwitch")} label={t("toolBar.convertElementType")}
shortcuts={["Tab", "Shift+Tab"]} shortcuts={["Tab", "Shift+Tab"]}
isOr={true} isOr={true}
/> />