Compare commits

...

1 Commits

Author SHA1 Message Date
David Tsay
490fe792c8 change time conductor bounds on zoom end 2020-09-02 17:15:02 -07:00

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);
}