mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
[New Edit Mode] Fixed positioning of dropped objects #386
This commit is contained in:
@ -92,8 +92,14 @@ define(
|
||||
}
|
||||
}
|
||||
|
||||
function setEditable(editableDomainObject) {
|
||||
self.domainObject = editableDomainObject;
|
||||
scope.model = editableDomainObject.getModel();
|
||||
}
|
||||
|
||||
// Place the "commit" method in the scope
|
||||
scope.commit = commit;
|
||||
scope.setEditable = setEditable;
|
||||
}
|
||||
|
||||
// Handle a specific representation of a specific domain object
|
||||
|
Reference in New Issue
Block a user