fix: mindmap ai preview (#10222)

This commit is contained in:
doouding
2025-02-17 12:45:20 +00:00
parent 5748591bc5
commit eed00e0b26
3 changed files with 26 additions and 18 deletions
@@ -180,6 +180,9 @@ export class SyncController {
}
const yValue = native2Y(value);
if (this.yBlock.get(`prop:${p}`) === yValue) {
return Reflect.set(target, p, value, receiver);
}
this.yBlock.set(`prop:${p}`, yValue);
const proxy = this._getPropsProxy(p, yValue);
setValue(target, p, value);