清理联合识别后的节点选择
替换生成新树后清除已失效的旧节点选中状态
This commit is contained in:
@@ -1009,6 +1009,7 @@ export function useUiEditorSession(
|
||||
},
|
||||
);
|
||||
editor.replaceState(applyRecognitionAndBindingResult(snapshot, result));
|
||||
setSelectedNodeId(null);
|
||||
setBindingStatus('组件绑定完成。');
|
||||
setHasBound(true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user