mirror of
https://github.com/nasa/openmct.git
synced 2025-04-03 01:11:33 +00:00
* [#3789] Don't observe objects if they are already mutable objects. Add some null checks. * Don't destroy mutable in Selection.js if it wasn't created in that context. * Remove * listeners and add null checks * Don't delete _observers and _globalEventEmitters on $destroy. Pop all items off the _observers list for a mutable domain object. Co-authored-by: Andrew Henry <akhenry@gmail.com>