!2300 优化:双击顶线五金时窗口位置居中

pull/2301/head
黄诗津 1 year ago committed by ChenX
parent 335a35b8b7
commit 1020b3a220

@ -262,7 +262,7 @@ export class DbClickManager extends Singleton
}); });
toplineMetalsStore.configName = "";//避免用户认为它在当前配置,其实它在当前实体的配置 toplineMetalsStore.configName = "";//避免用户认为它在当前配置,其实它在当前实体的配置
const Modal = GetHardwareModal(ToplineMetalsPanel, { comprops: { topline: pickEnt, store: toplineMetalsStore }, store: toplineMetalsStore, type: BoardModalType.ToplineMetals, title: "顶线五金" }); const Modal = GetHardwareModal(ToplineMetalsPanel, { comprops: { topline: pickEnt, store: toplineMetalsStore }, store: toplineMetalsStore, type: BoardModalType.ToplineMetals, title: "顶线五金" });
app.Editor.ModalManage.RenderModeless(Modal, { type: "双击顶线五金" }, { position: ModalPosition.Left }); app.Editor.ModalManage.RenderModeless(Modal, { type: "双击顶线五金" }, { position: ModalPosition.Center });
} }
else if (pickEnt instanceof ExtrudeHole) else if (pickEnt instanceof ExtrudeHole)
{ {

Loading…
Cancel
Save