开发:默认开启捕捉穿透

pull/2325/head
ChenX 1 year ago
parent f76f4f80d3
commit 926efa9f0a

@ -320,7 +320,7 @@ export class DownPanelStore
this.showType = (this.isSmallScreen ? !this.isLeftToolBarShowMin : !this.isLeftToolBarShow) ? this.showType ^ ToolBarType.lefttoolbar : this.showType | ToolBarType.lefttoolbar;
this.showHideSync = config.showHideSync ?? false;
this.smartUCS = config.smartUCS ?? false;
this.capturePenetration = config.capturePenetration ?? false;
this.capturePenetration = config.capturePenetration ?? true;
}
toggleLeftToolBarShow()

Loading…
Cancel
Save