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.
1 parent fa26b45 commit 1446dabCopy full SHA for 1446dab
projects/igniteui-angular/src/lib/navigation-drawer/navigation-drawer.component.ts
@@ -496,7 +496,7 @@ export class IgxNavigationDrawerComponent implements
496
}
497
498
if (changes.isOpen) {
499
- this.setDrawerWidth(this.isOpen ? this.width : '');
+ this.setDrawerWidth(this.isOpen ? this.width : (this.miniTemplate ? this.miniWidth : ''));
500
501
502
if (changes.miniWidth) {
0 commit comments