현이동저장이후 할당문제

This commit is contained in:
ysCha 2026-01-26 15:01:43 +09:00
parent 68005562e3
commit 31715aa621
2 changed files with 3 additions and 1 deletions

View File

@ -165,6 +165,8 @@ export const SAVE_KEY = [
'text',
'pitch',
'uuid',
'lineName',
'roofId',
'originText',
'groupYn',
'groupName',

View File

@ -160,7 +160,7 @@ export function useCanvas(id) {
for (let key in this) {
if (typeof this[key] !== 'function' && SAVE_KEY.includes(key)) {
source.key = this[key]
source[key] = this[key]
}
}