We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456d95a commit 9cb0c6cCopy full SHA for 9cb0c6c
Imports/ArcGIS/Runtime/Toolkit/Dialogs.2.0/AuthenticationView.qml
@@ -75,11 +75,12 @@ Item {
75
Component.onCompleted: {
76
var parentsChildren = parent.children;
77
var maxZ = 0;
78
- for (var i = 0; i < parentsChildren.length; i++){}
+ for (var i = 0; i < parentsChildren.length; i++){
79
if (parentsChildren[i] === item)
80
continue;
81
maxZ = Math.max(maxZ, parentsChildren[z]);
82
- z = maxZ + 1; // the view should be shown on top
+ z = maxZ + 1; // the view should be shown on top
83
+ }
84
}
85
86
/*!
0 commit comments