오타 수정

This commit is contained in:
hyojun.choi 2024-06-25 11:14:20 +09:00
parent 098fa9dc1f
commit 328875c692

View File

@ -189,7 +189,7 @@ export function useMode() {
canvas?.renderAll()
// textbox가 active가 풀린 경우 editing mode로 변경
textbox?.on('editing:exited', function () {
changeMode(canvas, UseMode.EDIT)
changeMode(canvas, Mode.EDIT)
})
})
}