From 74861b139865013a6c40bf361f60b5e9f3940a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Mouzin?= Date: Fri, 7 Jan 2022 19:20:42 +0100 Subject: [PATCH] Fix shortcut for Draw tool in help dialog, it's not SHIFT+P anymore but just X (#4548) --- src/components/HelpDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HelpDialog.tsx b/src/components/HelpDialog.tsx index 603a209b..68678b77 100644 --- a/src/components/HelpDialog.tsx +++ b/src/components/HelpDialog.tsx @@ -154,7 +154,7 @@ export const HelpDialog = ({ onClose }: { onClose?: () => void }) => {