tsc
This commit is contained in:
@ -126,7 +126,7 @@ const ProjectsContextWeb = ({ children }: { children: React.ReactNode }) => {
|
||||
clearImportSearchParams()
|
||||
const codeToWrite = changeKclSettings(input.code ?? '', {
|
||||
defaultLengthUnits: unitLengthToUnitLen(
|
||||
settings.context.modeling.defaultUnit.current
|
||||
settings.modeling.defaultUnit.current
|
||||
),
|
||||
defaultAngleUnits: { type: 'Degrees' },
|
||||
})
|
||||
@ -417,7 +417,7 @@ const ProjectsContextDesktop = ({
|
||||
fileName = name
|
||||
const codeToWrite = changeKclSettings(input.code ?? '', {
|
||||
defaultLengthUnits: unitLengthToUnitLen(
|
||||
settings.context.modeling.defaultUnit.current
|
||||
settings.modeling.defaultUnit.current
|
||||
),
|
||||
defaultAngleUnits: { type: 'Degrees' },
|
||||
})
|
||||
|
Reference in New Issue
Block a user