현이동저장이후 할당문제
This commit is contained in:
parent
68005562e3
commit
31715aa621
@ -165,6 +165,8 @@ export const SAVE_KEY = [
|
||||
'text',
|
||||
'pitch',
|
||||
'uuid',
|
||||
'lineName',
|
||||
'roofId',
|
||||
'originText',
|
||||
'groupYn',
|
||||
'groupName',
|
||||
|
||||
@ -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]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user