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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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