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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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")]}