mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 12:18:16 +00:00
Prevent extra loading of plots data (#4120)
This commit is contained in:
@ -323,6 +323,8 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.offsetWidth = this.$parent.$refs.plotWrapper.offsetWidth;
|
||||||
|
|
||||||
this.startLoading();
|
this.startLoading();
|
||||||
const options = {
|
const options = {
|
||||||
size: this.$parent.$refs.plotWrapper.offsetWidth,
|
size: this.$parent.$refs.plotWrapper.offsetWidth,
|
||||||
|
Reference in New Issue
Block a user