mouse listners should be reset outside of sketch (#1442)
* mouse listners should be reset outside of sketch (only orbit controls are needed) and also check mouse button * tweak
This commit is contained in:
@ -199,6 +199,7 @@ export const ModelingMachineProvider = ({
|
||||
await kclManager.executeAstMock(newAst, { updates: 'code' })
|
||||
sceneInfra.setCallbacks({
|
||||
onClick: () => {},
|
||||
onDrag: () => {},
|
||||
})
|
||||
},
|
||||
'animate-to-face': async (_, { data: { plane, normal } }) => {
|
||||
|
||||
Reference in New Issue
Block a user