优化:避免冻结实体时触发排钻反应器

pull/2100/head
ChenX 2 years ago
parent 429926b029
commit 321e223a65

@ -10,6 +10,7 @@ import { DrawDrillingTool } from "./DrawDrillingTool";
//禁止触发反应的命令 //禁止触发反应的命令
const ForbidReactorCmd = new Set([ const ForbidReactorCmd = new Set([
CommandNames.Freeze, CommandNames.UnFreeze,
CommandNames.DeleteHole, CommandNames.Hole,//排钻 CommandNames.DeleteHole, CommandNames.Hole,//排钻
CommandNames.LookOverBoardInfos, CommandNames.LookOverBoardInfos,

Loading…
Cancel
Save