We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4bfd83 + 23fbbbf commit e9de5d5Copy full SHA for e9de5d5
projects/igniteui-angular/src/lib/navigation-drawer/navigation-drawer.component.ts
@@ -495,6 +495,10 @@ export class IgxNavigationDrawerComponent implements
495
this.setDrawerWidth(changes.width.currentValue);
496
}
497
498
+ if (changes.isOpen) {
499
+ this.setDrawerWidth(this.isOpen ? this.width : (this.miniTemplate ? this.miniWidth : ''));
500
+ }
501
+
502
if (changes.miniWidth) {
503
if (!this.isOpen) {
504
this.setDrawerWidth(changes.miniWidth.currentValue);
0 commit comments