Open
Description
I was wondering if there was a reason for setting the drawer width to a constant when the orientation is landscape and ignoring the drawerScreenWidth
prop?
this.drawerWidth = this.isLandscape()
? MaxWidthOnLandscapeMode // <-- This constant
: _resolveDrawerSize(props.drawerScreenWidth, this.screenWidth);
Metadata
Metadata
Assignees
Labels
No labels