Skip to content

Commit

Permalink
Fix: Set the correct order for layers after reload
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Nov 14, 2024
1 parent 5421a26 commit 1aee459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/elements/ngm-side-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ export class SideBar extends LitElementI18n {
this.accordionInited = true;
}
}
if (changedProperties.has('activeLayers')) {
this.layerActions!.reorderLayers(this.activeLayers);
}
}

super.updated(changedProperties);
Expand Down

0 comments on commit 1aee459

Please sign in to comment.