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:
Deep Tailor
2019-04-10 16:03:18 -07:00
committed by Pegah Sarram
parent 548286bacd
commit ee1d92d4a9
5 changed files with 35 additions and 15 deletions

View File

@ -54,6 +54,7 @@ define(
if (isDestroyed) {
return;
}
var removeSelectable = openmct.selection.selectable(
element[0],
scope.$eval(attrs.mctSelectable),