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 80cdec9 + 81231bf commit 4966d67Copy full SHA for 4966d67
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