Add comment to preserve shared creation preview state

This commit is contained in:
2026-04-03 00:26:27 +02:00
parent 46ba6e56df
commit afea3647bb

View File

@@ -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) => {