fix(editor): 流式布局下,拖动后选中错误

This commit is contained in:
roymondchen 2022-03-28 17:19:44 +08:00 committed by jia000
parent 2ade3d03f7
commit 393889b27a

View File

@ -359,6 +359,8 @@ class Editor extends BaseService {
await this.update(parent);
await this.select(node);
this.get<StageCore>('stage')?.update({ config: cloneDeep(node), root: this.get('root') });
this.addModifiedNodeId(parent.id);
this.pushHistoryState();
}