diff --git a/src/Add-on/ShareView/components/CabinetBottomSheet.tsx b/src/Add-on/ShareView/components/CabinetBottomSheet.tsx index 113919055..dc579f7df 100644 --- a/src/Add-on/ShareView/components/CabinetBottomSheet.tsx +++ b/src/Add-on/ShareView/components/CabinetBottomSheet.tsx @@ -111,7 +111,7 @@ const CabinetBottomSheet: React.FC = forwardRef((props, ref) => await commandMachine.ExecCommand(CommandNames.Esc); await commandMachine.ExecCommand(CommandNames.SelectAll); await commandMachine.ExecCommand(CommandNames.HideSelect); - await commandMachine.ExecCommand(CommandNames.Swiso); + // await commandMachine.ExecCommand(CommandNames.Swiso); //切换柜体不切换默认视图 boxStore.Index.forEach((el) => { shareViewApp.BoxCtrl.SetBoxVisible(el, true);