Memo for shorcuts
This commit is contained in:
parent
ddc8c1e9d9
commit
a6cdd0a01a
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
import './shortcuts.css';
|
import './shortcuts.css';
|
||||||
|
|
||||||
import { Menu, MenuItem } from '@szhsin/react-menu';
|
import { Menu, MenuItem } from '@szhsin/react-menu';
|
||||||
|
import { memo } from 'preact/compat';
|
||||||
import { useMemo, useRef } from 'preact/hooks';
|
import { useMemo, useRef } from 'preact/hooks';
|
||||||
import { useHotkeys } from 'react-hotkeys-hook';
|
import { useHotkeys } from 'react-hotkeys-hook';
|
||||||
import { useNavigate } from 'react-router-dom';
|
import { useNavigate } from 'react-router-dom';
|
||||||
|
@ -186,4 +187,4 @@ function Shortcuts() {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Shortcuts;
|
export default memo(Shortcuts);
|
||||||
|
|
Loading…
Add table
Reference in a new issue