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 5b0cdfd + 9309df0 commit 23fbbbfCopy full SHA for 23fbbbf
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