set bounds on zoom end (#3347)

This commit is contained in:
David Tsay
2020-09-03 09:22:38 -07:00
committed by GitHub
parent c7d8d91e87
commit cbda9efe47

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