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