修复:可能的错误

pull/1554/MERGE
ChenX 3 years ago
parent f6dd9b3ad6
commit 954b1815fb

@ -676,7 +676,7 @@ export class TemplateParamDetail extends React.Component<{}> {
<>
<div className="template-detail-float01">
{
!this.store.GetCurrentTemplate().IsRoot && this.RenderPositionRotateionParams()
(this.store.GetCurrentTemplate()?.IsRoot === false) && this.RenderPositionRotateionParams()
}
</div>
<div className="template-detail-float02">

Loading…
Cancel
Save