Add comment to preserve shared creation preview state
This commit is contained in:
@@ -1492,6 +1492,9 @@ export class ViewportHost {
|
|||||||
if (this.activeCameraDragPointerId !== null) {
|
if (this.activeCameraDragPointerId !== null) {
|
||||||
return;
|
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) => {
|
private handleWheel = (event: WheelEvent) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user