force a click on the fixed position element after initialize to initialise Fixed Position controller on the selection API

This commit is contained in:
Deep Tailor 2018-07-25 16:31:31 -07:00
parent 15a75ac134
commit 0fa4486dcf

View File

@ -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) {