WIP
This commit is contained in:
@ -207,6 +207,11 @@ function CommandBarHeader({ children }: React.PropsWithChildren<object>) {
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
{arg.inputType === 'options' &&
|
||||||
|
typeof argValue === 'boolean' &&
|
||||||
|
argValue && (
|
||||||
|
<CustomIcon name="checkmark" className="w-4 h-4" />
|
||||||
|
)}
|
||||||
</button>
|
</button>
|
||||||
)
|
)
|
||||||
})}
|
})}
|
||||||
|
@ -407,7 +407,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
|||||||
},
|
},
|
||||||
bidirectionalLength: {
|
bidirectionalLength: {
|
||||||
inputType: 'kcl',
|
inputType: 'kcl',
|
||||||
defaultValue: KCL_DEFAULT_LENGTH,
|
|
||||||
skip: true,
|
skip: true,
|
||||||
required: false,
|
required: false,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user