You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/nextcp-ui/src/app/mediaserver/display-container/display-container-header/display-container-header.component.ts
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -432,9 +432,15 @@ export class DisplayContainerHeaderComponent implements OnInit {
432
432
433
433
privatecdsBrowseFinished(){
434
434
console.log('cdsBrowseFinished ... ');
435
-
// A fresh browse result starts at the top, so show the full hero header.
436
-
this.condensed.set(false);
437
-
this.clearSearch();
435
+
// The listing on screen was re-read where it stands - nobody navigated anywhere. Everything
436
+
// below that belongs to arriving at a container has to stay put for it, or the header pops back
437
+
// open and the quick search empties itself while the user is looking at it.
0 commit comments