fix: remove export-to-clip-as-svg shortcut for now (#8660)

This commit is contained in:
David Luzar
2024-10-17 20:47:05 +02:00
committed by GitHub
parent b479f3bd65
commit 15ca182333
4 changed files with 0 additions and 13 deletions

View File

@@ -374,10 +374,6 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
shortcuts={[getShortcutKey("Shift+Alt+C")]}
/>
)}
<Shortcut
label={t("labels.copyAsSvg")}
shortcuts={[getShortcutKey("Shift+Ctrl+C")]}
/>
<Shortcut
label={t("labels.copyStyles")}
shortcuts={[getShortcutKey("CtrlOrCmd+Alt+C")]}