mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Translate click and change label (#1299)
This commit is contained in:
parent
b7230b05d7
commit
5b684495ef
3 changed files with 15 additions and 5 deletions
|
@ -77,7 +77,7 @@ export const actionShortcuts = register({
|
|||
};
|
||||
},
|
||||
PanelComponent: ({ updateData }) => (
|
||||
<HelpIcon title={t("buttons.showShortcuts")} onClick={updateData} />
|
||||
<HelpIcon title={t("shortcutsDialog.title")} onClick={updateData} />
|
||||
),
|
||||
keyTest: (event) => event.key === KEYS.QUESTION_MARK,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue