feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
Showing only changes of commit f2470b346c - Show all commits

View File

@ -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(() => {