|
@@ -300,6 +300,7 @@ export class Viewer {
|
|
for (const { pdbId, config } of args) {
|
|
for (const { pdbId, config } of args) {
|
|
out.push(await this.loadPdbId(pdbId, config));
|
|
out.push(await this.loadPdbId(pdbId, config));
|
|
}
|
|
}
|
|
|
|
+ if (!this.plugin.spec.canvas3d?.camera?.manualReset) this.resetCamera(0);
|
|
return out;
|
|
return out;
|
|
}
|
|
}
|
|
|
|
|