mirror of
https://github.com/nasa/openmct.git
synced 2025-05-28 21:24:20 +00:00
[Edit] Drag-drop on folder triggers edit mode #420
This commit is contained in:
parent
0ce19ad75d
commit
367d1b0247
@ -170,9 +170,9 @@ define(
|
||||
//Don't go into edit mode for folders
|
||||
if (domainObjectType!=='folder') {
|
||||
navigationService.setNavigation(editableDomainObject);
|
||||
editableDomainObject.getCapability('status').set('editing', true);
|
||||
}
|
||||
broadcastDrop(id, event);
|
||||
editableDomainObject.getCapability('status').set('editing', true);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user