auto-git:
[change] src/app/App.tsx
This commit is contained in:
@@ -5129,6 +5129,15 @@ export function App({ store, draftStorage = null, initialStatusMessage }: AppPro
|
||||
applyTransformAxisConstraint("z");
|
||||
return;
|
||||
}
|
||||
|
||||
if (
|
||||
event.code === "KeyW" &&
|
||||
transformSession.operation === "translate"
|
||||
) {
|
||||
event.preventDefault();
|
||||
toggleTransformSurfaceSnap();
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user