mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 22:42:24 +00:00
715219c44d
Remove the line break that is added when the return key is pressed. Check the current target directly. Use textContent for inline editing instead of innerHTML, which will hoist up some HTML content implicitly created around user input for a contenteditable span. Note that there is a removeAllRanges in addition to a blur here; see https://stackoverflow.com/questions/4878713/how-can-i-blur-a-div-where-contenteditable-true Fix broken tests. Fixes #1757 |
||
---|---|---|
.. | ||
navigation | ||
windowing | ||
BrowseControllerSpec.js | ||
BrowseObjectControllerSpec.js | ||
InspectorPaneControllerSpec.js | ||
InspectorRegionSpec.js | ||
MenuArrowControllerSpec.js | ||
ObjectHeaderControllerSpec.js | ||
PaneControllerSpec.js |