!2862 修复:侧面造型重复进入编辑模式错误问题

pull/2867/head
林三 3 months ago committed by ChenX
parent a3bd61d8ba
commit e08c2bc26b

@ -1185,6 +1185,16 @@ export class BoardConfigModal extends React.Component<BoardConfigProps, {}>
//编辑侧面造型
private EditorSideModeling = async () =>
{
if (TempEditor.EditorIng)
{
AppToaster.show({
message: "当前正处于编辑模式下",
timeout: 3000,
intent: Intent.WARNING,
});
return;
}
//跳过有拆单尺寸板件 避免拆单错误
let br = this.props.br;
if (

Loading…
Cancel
Save