fix really dumb bug

This commit is contained in:
Kurt Hutten Irev-Dev
2024-07-07 20:28:41 +10:00
parent d60d2292f3
commit cf068f325e

View File

@ -1166,7 +1166,8 @@ export const modelingMachine = createMachine(
'show default planes': () => {
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 }) => {
if (!sketchDetails) return
if (localStorage.getItem('disableAxis')) return