@colijnit/configurator 259.1.4 → 259.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3060,7 +3060,7 @@
|
|
|
3060
3060
|
};
|
|
3061
3061
|
Builder.prototype._build = function () {
|
|
3062
3062
|
return __awaiter(this, void 0, void 0, function () {
|
|
3063
|
-
var adjustables, obj, connected, i, len, adjustable, ii
|
|
3063
|
+
var adjustables, obj, connected, i, len, adjustable, ii;
|
|
3064
3064
|
return __generator(this, function (_a) {
|
|
3065
3065
|
switch (_a.label) {
|
|
3066
3066
|
case 0:
|
|
@@ -3079,7 +3079,7 @@
|
|
|
3079
3079
|
for (i = 0, len = adjustables.length; i < len; i++) {
|
|
3080
3080
|
adjustable = this._createAdjustable(obj, adjustables[i]);
|
|
3081
3081
|
if (adjustable) {
|
|
3082
|
-
for (ii =
|
|
3082
|
+
for (ii = this._placedAdjustables.length - 1; ii >= 0; ii--) {
|
|
3083
3083
|
if (SceneUtils.TrySelectorConnection(this._scene, obj, this._placedAdjustables[ii], adjustable, i === 1)) {
|
|
3084
3084
|
this._placedAdjustables[ii].visible = true;
|
|
3085
3085
|
adjustable.visible = true;
|