@ts-core/angular 13.0.59 → 13.0.60
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.
|
@@ -4681,7 +4681,7 @@ class WindowService extends Destroyable {
|
|
|
4681
4681
|
let zIndex = window.isOnTop ? this.topZIndex : currentIndex--;
|
|
4682
4682
|
WindowService.setZIndex(window, zIndex);
|
|
4683
4683
|
}
|
|
4684
|
-
|
|
4684
|
+
windows.sort(this.sortFunction);
|
|
4685
4685
|
this.observer.next(new ObservableData(WindowServiceEvent.SETTED_ON_TOP, topWindow));
|
|
4686
4686
|
}
|
|
4687
4687
|
checkPosition(item) {
|