fix: bpmn-process-designer structuredClone => cloneDeep

This commit is contained in:
puhui999
2025-09-15 11:05:25 +08:00
parent 9e3b4461cf
commit 40e04f773d
7 changed files with 25 additions and 19 deletions

View File

@@ -478,7 +478,7 @@ const elementsAlign = (align: string) => {
content: '自动对齐可能造成图形变形,是否继续?',
okText: '确定',
cancelText: '取消',
icon: WarningOutlined as any,
icon: h(WarningOutlined) as any,
onOk() {
Align.trigger(SelectedElements, align);
},