diff --git a/src/plugins/timeConductor/Conductor.vue b/src/plugins/timeConductor/Conductor.vue index b45c7bfdaf..0afa514c49 100644 --- a/src/plugins/timeConductor/Conductor.vue +++ b/src/plugins/timeConductor/Conductor.vue @@ -260,7 +260,7 @@ export default { this.isZooming = false; if (bounds) { - this.handleNewBounds(bounds); + this.openmct.time.bounds(bounds); } else { this.setViewFromBounds(this.bounds); }