mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-11 16:24:38 +01:00
feat: show firefox-compatible command palette shortcut alias (#7825)
This commit is contained in:
@@ -3755,8 +3755,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
) {
|
||||
this.setToast({
|
||||
message: t("commandPalette.shortcutHint", {
|
||||
shortcutOne: getShortcutFromShortcutName("commandPalette"),
|
||||
shortcutTwo: getShortcutFromShortcutName("commandPalette", 1),
|
||||
shortcut: getShortcutFromShortcutName("commandPalette"),
|
||||
}),
|
||||
});
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user