mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
Loading templates via RequireJS text plugin means they are immediately available; appears to have caused a change in ordering wherein controllers for views may be initialized before representers have installed things like selection state. As such, need to watch for changes instead of simply checking for a selection object when the controller is initialized.