Remove unused class name - mx_AppsDrawer_fullWidth (#10830)

Added by e897e97fd6
Deprecated by bf3c49b8df
This commit is contained in:
Suguru Hirahara
2023-05-11 08:14:43 +00:00
committed by GitHub
parent 16ec3b5d7b
commit 5eea2c8b02

View File

@@ -255,7 +255,6 @@ export default class AppsDrawer extends React.Component<IProps, IState> {
const classes = classNames({
mx_AppsDrawer: true,
mx_AppsDrawer_maximise: widgetIsMaxmised,
mx_AppsDrawer_fullWidth: apps.length < 2,
mx_AppsDrawer_resizing: this.state.resizing,
mx_AppsDrawer_2apps: apps.length === 2,
mx_AppsDrawer_3apps: apps.length === 3,