we don't need RoomTile specific focus in the end

pull/3654/head
Matthew Hodgson 2017-04-18 22:54:20 +01:00
parent acbc3e9f9b
commit e780fe4067
1 changed files with 0 additions and 2 deletions

View File

@ -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 }
/>
);
});