Release Shakeout Part 2 (#1267)
* Fixed manga reader and removed debug code * Removed some console.logs
This commit is contained in:
parent
92010379f1
commit
81082508f2
5 changed files with 3 additions and 9 deletions
|
|
@ -63,7 +63,6 @@ export class SideNavComponent implements OnInit, OnDestroy {
|
|||
if (this.utilityService.getActiveBreakpoint() < Breakpoint.Tablet) {
|
||||
// collapse side nav
|
||||
this.navService.sideNavCollapsed$.pipe(take(1)).subscribe(collapsed => {
|
||||
console.log('Side nav collapsed: ', collapsed);
|
||||
if (!collapsed) {
|
||||
this.navService.toggleSideNav();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue