mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
DeliveryIssueDialog: Add learn more button linking to support
This commit is contained in:
@@ -205,12 +205,11 @@ const CALLING_SHORTCUTS: Array<ShortcutType> = [
|
||||
];
|
||||
|
||||
export const ShortcutGuide = (props: Props): JSX.Element => {
|
||||
const focusRef = React.useRef<HTMLDivElement>(null);
|
||||
const { i18n, close, hasInstalledStickers, platform } = props;
|
||||
const isMacOS = platform === 'darwin';
|
||||
|
||||
// Restore focus on teardown
|
||||
useRestoreFocus(focusRef);
|
||||
const [focusRef] = useRestoreFocus();
|
||||
|
||||
return (
|
||||
<div className="module-shortcut-guide">
|
||||
|
||||
Reference in New Issue
Block a user