mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
[Edit] Update specs
Update specs for toolbars in Edit mode to reflect changes for WTD-879.
This commit is contained in:
@ -48,6 +48,8 @@ define(
|
||||
state.forEach(function (value, index) {
|
||||
toolbar.updateState(index, value);
|
||||
});
|
||||
// Commit the changes.
|
||||
commit("Changes from toolbar.");
|
||||
}
|
||||
|
||||
// Represent a domain object using this definition
|
||||
|
Reference in New Issue
Block a user