mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
we don't need RoomTile specific focus in the end
This commit is contained in:
parent
acbc3e9f9b
commit
e780fe4067
1 changed files with 0 additions and 2 deletions
|
@ -77,7 +77,6 @@ var RoomSubList = React.createClass({
|
|||
showSpinner: React.PropTypes.bool, // true to show a spinner if 0 elements when expanded
|
||||
collapsed: React.PropTypes.bool.isRequired, // is LeftPanel collapsed?
|
||||
onHeaderClick: React.PropTypes.func,
|
||||
onRoomTileFocus: React.PropTypes.func,
|
||||
alwaysShowHeader: React.PropTypes.bool,
|
||||
incomingCall: React.PropTypes.object,
|
||||
onShowMoreRooms: React.PropTypes.func,
|
||||
|
@ -384,7 +383,6 @@ var RoomSubList = React.createClass({
|
|||
refreshSubList={ self._updateSubListCount }
|
||||
incomingCall={ null }
|
||||
onClick={ self.onRoomTileClick }
|
||||
onFocus={ self.props.onRoomTileFocus }
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue