가대 셀 오류 수정

This commit is contained in:
hyojun.choi 2024-08-09 17:21:47 +09:00
parent 6458b50894
commit 89b6289e4d

View File

@ -4515,6 +4515,7 @@ export function useMode() {
trestle.cells.forEach((cell) => { trestle.cells.forEach((cell) => {
canvas?.remove(cell) canvas?.remove(cell)
}) })
trestle.cells = []
}) })
const drawCellsArray = [] const drawCellsArray = []