mirror of
https://github.com/nasa/openmct.git
synced 2025-02-24 02:41:25 +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