mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
fix: 修复 propsReducer 中修改的属性无法正常修改 Prop 实例属性
This commit is contained in:
parent
0f34f2702d
commit
6095d9c64d
@ -257,9 +257,7 @@ export class Prop implements IPropParent {
|
||||
};
|
||||
}
|
||||
|
||||
if (this.owner.isInited) {
|
||||
this.dispose();
|
||||
}
|
||||
this.dispose();
|
||||
|
||||
if (oldValue !== this._value) {
|
||||
const propsInfo = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user