mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update packages/excalidraw/components/HelpDialog.tsx
This commit is contained in:
parent
4f8b79998b
commit
a2aa2e7785
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue