현이동저장이후 할당문제
This commit is contained in:
parent
68005562e3
commit
31715aa621
@ -165,6 +165,8 @@ export const SAVE_KEY = [
|
|||||||
'text',
|
'text',
|
||||||
'pitch',
|
'pitch',
|
||||||
'uuid',
|
'uuid',
|
||||||
|
'lineName',
|
||||||
|
'roofId',
|
||||||
'originText',
|
'originText',
|
||||||
'groupYn',
|
'groupYn',
|
||||||
'groupName',
|
'groupName',
|
||||||
|
|||||||
@ -160,7 +160,7 @@ export function useCanvas(id) {
|
|||||||
|
|
||||||
for (let key in this) {
|
for (let key in this) {
|
||||||
if (typeof this[key] !== 'function' && SAVE_KEY.includes(key)) {
|
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