mirror of
https://github.com/nasa/openmct.git
synced 2025-03-24 21:15:55 +00:00
force a click on the fixed position element after initialize to initialise Fixed Position controller on the selection API
This commit is contained in:
parent
15a75ac134
commit
0fa4486dcf
@ -233,6 +233,9 @@ define(
|
||||
|
||||
this.updateElementPositions(this.newDomainObject.layoutGrid);
|
||||
refreshElements();
|
||||
|
||||
//force a click, to initialize Fixed Position Controller on SelectionAPI
|
||||
$element[0].click();
|
||||
}
|
||||
|
||||
FixedController.prototype.updateElementPositions = function (layoutGrid) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user