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