We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a0af78 + 0d99ba2 commit be12184Copy full SHA for be12184
1 file changed
src/MessageList/MessageList.js
@@ -130,7 +130,7 @@ export class MessageList extends Component {
130
{...x}
131
onOpen={this.props.onOpen && ((e) => this.onOpen(x, i, e))}
132
onDownload={this.props.onDownload && ((e) => this.onDownload(x, i, e))}
133
- onTitleClick={this.props.onDownload && ((e) => this.onTitleClick(x, i, e))}
+ onTitleClick={this.props.onTitleClick && ((e) => this.onTitleClick(x, i, e))}
134
onForwardClick={this.props.onForwardClick && ((e) => this.onForwardClick(x, i, e))}
135
onClick={this.props.onClick && ((e) => this.onClick(x, i, e))}
136
onContextMenu={this.props.onContextMenu && ((e) => this.onContextMenu(x, i, e))}
0 commit comments