mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
fix: mindmap ai preview (#10222)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user