You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Remove debug
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user