mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Remove debug
This commit is contained in:
parent
6ac8803191
commit
807a8c41e3
1 changed files with 0 additions and 1 deletions
|
@ -508,7 +508,6 @@ export default class RoomView extends React.Component<IProps, IState> {
|
||||||
const isManuallyShown = hideWidgetDrawer === "false";
|
const isManuallyShown = hideWidgetDrawer === "false";
|
||||||
|
|
||||||
const widgets = WidgetLayoutStore.instance.getContainerWidgets(room, Container.Top);
|
const widgets = WidgetLayoutStore.instance.getContainerWidgets(room, Container.Top);
|
||||||
console.log('@@', {widgets, isManuallyShown});
|
|
||||||
return widgets.length > 0 || isManuallyShown;
|
return widgets.length > 0 || isManuallyShown;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue