fix really dumb bug
This commit is contained in:
@ -1166,7 +1166,8 @@ export const modelingMachine = createMachine(
|
|||||||
'show default planes': () => {
|
'show default planes': () => {
|
||||||
kclManager.showPlanes()
|
kclManager.showPlanes()
|
||||||
},
|
},
|
||||||
'setup noPoints onClick listener': Sketch_LineTool_NoPoints,
|
'setup noPoints onClick listener': (context) =>
|
||||||
|
sceneInfra.setCallbacks(Sketch_LineTool_NoPoints(context)),
|
||||||
'add axis n grid': ({ sketchDetails }) => {
|
'add axis n grid': ({ sketchDetails }) => {
|
||||||
if (!sketchDetails) return
|
if (!sketchDetails) return
|
||||||
if (localStorage.getItem('disableAxis')) return
|
if (localStorage.getItem('disableAxis')) return
|
||||||
|
|||||||
Reference in New Issue
Block a user