Rename addFillet files to addEdgeTreatment (#4644)

* rename

* update references
This commit is contained in:
max
2024-12-03 22:30:02 +01:00
committed by GitHub
parent 1087d4223b
commit 776b420031
4 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ import { getVarNameModal } from 'hooks/useToolbarGuards'
import { err, reportRejection, trap } from 'lib/trap'
import { useCommandsContext } from 'hooks/useCommandsContext'
import { modelingMachineEvent } from 'editor/manager'
import { hasValidEdgeTreatmentSelection } from 'lang/modifyAst/addFillet'
import { hasValidEdgeTreatmentSelection } from 'lang/modifyAst/addEdgeTreatment'
import {
ExportIntent,
EngineConnectionStateType,