diff --git a/source/client/components/CVOrbitNavigation.ts b/source/client/components/CVOrbitNavigation.ts index 27535966..721e039b 100644 --- a/source/client/components/CVOrbitNavigation.ts +++ b/source/client/components/CVOrbitNavigation.ts @@ -372,7 +372,7 @@ export default class CVOrbitNavigation extends CObject3D protected onLoadingCompleted(isLoading: boolean) { - if (this.ins.autoZoom.value && !this._hasChanged) { + if (this.ins.autoZoom.value && (!this._hasChanged || this.system.getComponent("CVStandaloneFileManager", true))) { this.ins.zoomExtents.set(); this._isAutoZooming = true; }