feat: add "toggle grid" to command palette (#7887)

This commit is contained in:
David Luzar
2024-04-13 19:12:29 +02:00
committed by GitHub
parent da2e507298
commit 890ed9f31f
7 changed files with 65 additions and 5 deletions
@@ -273,7 +273,7 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {
shortcuts={[getShortcutKey("Alt+S")]}
/>
<Shortcut
label={t("labels.showGrid")}
label={t("labels.toggleGrid")}
shortcuts={[getShortcutKey("CtrlOrCmd+'")]}
/>
<Shortcut