You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
hide RoomStatusBar when not needed again
as it will be shown a lot less now, having the layout jump up and down won't be so much of a problem.
This commit is contained in:
@@ -1473,11 +1473,10 @@ module.exports = React.createClass({
|
||||
|
||||
onStatusBarHidden: function() {
|
||||
// This is currently not desired as it is annoying if it keeps expanding and collapsing
|
||||
// TODO: Find a less annoying way of hiding the status bar
|
||||
/*if (this.unmounted) return;
|
||||
if (this.unmounted) return;
|
||||
this.setState({
|
||||
statusBarVisible: false,
|
||||
});*/
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user