igniteui-dockmanager 1.18.0-beta.3 → 1.18.0

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.
@@ -1260,7 +1260,7 @@ class IgcDockManagerService {
1260
1260
  position === locale.IgcDockingIndicatorPosition.bottomMost;
1261
1261
  if (isEdgeDocking) {
1262
1262
  if (rootPane.useFixedSize === true) {
1263
- insertIndex = isDockingBefore ? 1 : rootPane.panes.length - 1;
1263
+ insertIndex = isDockingBefore ? 0 : rootPane.panes.length - 1;
1264
1264
  const isVertical = rootPane.orientation === locale.IgcSplitPaneOrientation.vertical;
1265
1265
  const newSize = this.getDraggedPanePostDockingSizeInPixels(isVertical);
1266
1266
  if (newSize)