오타 수정
This commit is contained in:
parent
098fa9dc1f
commit
328875c692
@ -189,7 +189,7 @@ export function useMode() {
|
|||||||
canvas?.renderAll()
|
canvas?.renderAll()
|
||||||
// textbox가 active가 풀린 경우 editing mode로 변경
|
// textbox가 active가 풀린 경우 editing mode로 변경
|
||||||
textbox?.on('editing:exited', function () {
|
textbox?.on('editing:exited', function () {
|
||||||
changeMode(canvas, UseMode.EDIT)
|
changeMode(canvas, Mode.EDIT)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user