feat: 핫키 이벤트 등록시 구문 수정

This commit is contained in:
yoosangwook 2025-03-21 14:23:46 +09:00
parent 1a5f78a970
commit f2470b346c

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