Compare commits
No commits in common. "f2470b346c3d45e9e9790e84d021adef589b8a37" and "5979555bcbf45fbc1e857d6711688f453f803875" have entirely different histories.
f2470b346c
...
5979555bcb
@ -121,7 +121,7 @@ export default function CanvasFrame() {
|
|||||||
]
|
]
|
||||||
setHotkeyStore(hotkeys)
|
setHotkeyStore(hotkeys)
|
||||||
*/
|
*/
|
||||||
const hotkeyState = useRecoilValue(hotkeyStore)
|
const [hotkeyState, setHotkeyState] = useRecoilState(hotkeyStore)
|
||||||
const hotkeyHandlerRef = useRef(null)
|
const hotkeyHandlerRef = useRef(null)
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user