Compare commits

..

No commits in common. "f2470b346c3d45e9e9790e84d021adef589b8a37" and "5979555bcbf45fbc1e857d6711688f453f803875" have entirely different histories.

View File

@ -121,7 +121,7 @@ export default function CanvasFrame() {
]
setHotkeyStore(hotkeys)
*/
const hotkeyState = useRecoilValue(hotkeyStore)
const [hotkeyState, setHotkeyState] = useRecoilState(hotkeyStore)
const hotkeyHandlerRef = useRef(null)
useEffect(() => {