Use transform preview handler when rebuilding preview

This commit is contained in:
2026-04-27 00:29:56 +02:00
parent 921fe866e0
commit 93a6fbf566

View File

@@ -1282,7 +1282,7 @@ export class ViewportHost {
this.syncTransformGizmo();
if (rebuiltPreviewFromPointer) {
this.transformSessionChangeHandler?.(this.currentTransformSession);
this.transformPreviewChangeHandler?.(this.currentTransformSession);
}
}