Add handler for transform preview changes

This commit is contained in:
2026-04-27 00:29:51 +02:00
parent 7da830f65e
commit 921fe866e0

View File

@@ -1489,6 +1489,7 @@ export class ViewportHost {
this.creationCommitHandler = null;
this.cameraStateChangeHandler = null;
this.transformSessionChangeHandler = null;
this.transformPreviewChangeHandler = null;
this.transformCommitHandler = null;
this.transformCancelHandler = null;
this.currentTransformSession = createInactiveTransformSession();