Compare commits
2 Commits
5979555bcb
...
f2470b346c
| Author | SHA1 | Date | |
|---|---|---|---|
| f2470b346c | |||
| 1a5f78a970 |
@ -121,7 +121,7 @@ export default function CanvasFrame() {
|
|||||||
]
|
]
|
||||||
setHotkeyStore(hotkeys)
|
setHotkeyStore(hotkeys)
|
||||||
*/
|
*/
|
||||||
const [hotkeyState, setHotkeyState] = useRecoilState(hotkeyStore)
|
const hotkeyState = useRecoilValue(hotkeyStore)
|
||||||
const hotkeyHandlerRef = useRef(null)
|
const hotkeyHandlerRef = useRef(null)
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user