change time conductor bounds on zoom end (#3345)

This commit is contained in:
David Tsay
2020-09-03 09:23:26 -07:00
committed by GitHub
parent 91d1681698
commit 6f2d8e6ce3

View File

@ -260,7 +260,7 @@ export default {
this.isZooming = false; this.isZooming = false;
if (bounds) { if (bounds) {
this.handleNewBounds(bounds); this.openmct.time.bounds(bounds);
} else { } else {
this.setViewFromBounds(this.bounds); this.setViewFromBounds(this.bounds);
} }