Closed trusktr closed 2 years ago
Me me me me, assign to me! ✋
I think this is the same issue as https://github.com/nasa/openmct/issues/3502 (correct me if this is actually something slightly different).
If it is, a setTimeout
might not be enough. Are there any other solutions we can explore? I also want to be careful to avoid adding any unnecessary delays on fast systems.
@charlesh88 May have some thoughts on this.
Yeah, that's the same issue. Indeed a setTimeout may not work all the time. I'll close this one for that one.
On the end-user side, the following does the trick.
Change
to
A fix can be made inside
openmct.start()
.