mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 08:43:17 +00:00
Made the contenteditable attribute conditional based on whether the object can be edited or not. If the object is not editable, the attribute is removed. Add Tests. Fixes #1746