From afea3647bbca5ade692ee1cdc2a82158e6665eb2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 3 Apr 2026 00:26:27 +0200 Subject: [PATCH] Add comment to preserve shared creation preview state --- src/viewport-three/viewport-host.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 8ad1a1d8..42ea5d15 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -1492,6 +1492,9 @@ export class ViewportHost { if (this.activeCameraDragPointerId !== null) { return; } + + // Keep the shared creation preview alive across panel boundaries; the next + // viewport panel will update it as the pointer continues moving. }; private handleWheel = (event: WheelEvent) => {