Implements selection and reorder in stacked plots (#2371)
* working selection in stacked plots * reorder in stacked plots works * tabs code cleanup
This commit is contained in:
committed by
Pegah Sarram
parent
548286bacd
commit
ee1d92d4a9
@@ -54,6 +54,7 @@ define(
|
||||
if (isDestroyed) {
|
||||
return;
|
||||
}
|
||||
|
||||
var removeSelectable = openmct.selection.selectable(
|
||||
element[0],
|
||||
scope.$eval(attrs.mctSelectable),
|
||||
|
||||
Reference in New Issue
Block a user