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