mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
comment for the hidden collapse button
This commit is contained in:
parent
75bc878657
commit
11e176df66
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ module.exports = React.createClass({
|
|||
classes += " collapsed";
|
||||
}
|
||||
else {
|
||||
//collapseButton = <img className="mx_LeftPanel_hideButton" onClick={ this.onHideClick } src="img/hide.png" width="12" height="20" alt="<"/>
|
||||
// Hide the collapse button until we work out how to display it in the new skin
|
||||
// collapseButton = <img className="mx_LeftPanel_hideButton" onClick={ this.onHideClick } src="img/hide.png" width="12" height="20" alt="<"/>
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue