File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export class MessageList extends Component {
1414 this . state = {
1515 scrollBottom : 0 ,
1616 downButton : false ,
17- messageFocus : false ,
1817 } ;
1918
2019 this . loadRef = this . loadRef . bind ( this ) ;
@@ -139,14 +138,13 @@ export class MessageList extends Component {
139138 < MessageBox
140139 key = { i }
141140 { ...x }
142- onMessageFocused = { this . props . onMessageFocused && ( ( e ) => this . onMessageFocused ( x , i , e ) ) }
143141 onOpen = { this . props . onOpen && ( ( e ) => this . onOpen ( x , i , e ) ) }
144- onFocus = { this . props . onFocus && ( ( e ) => this . onFocus ( x , i , e ) ) }
145142 onDownload = { this . props . onDownload && ( ( e ) => this . onDownload ( x , i , e ) ) }
146143 onTitleClick = { this . props . onTitleClick && ( ( e ) => this . onTitleClick ( x , i , e ) ) }
147144 onForwardClick = { this . props . onForwardClick && ( ( e ) => this . onForwardClick ( x , i , e ) ) }
148145 onClick = { this . props . onClick && ( ( e ) => this . onClick ( x , i , e ) ) }
149146 onContextMenu = { this . props . onContextMenu && ( ( e ) => this . onContextMenu ( x , i , e ) ) }
147+ onMessageFocused = { this . props . onMessageFocused && ( ( e ) => this . onMessageFocused ( x , i , e ) ) }
150148 />
151149 ) )
152150 }
You can’t perform that action at this time.
0 commit comments