1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Explain why binding

This commit is contained in:
Kegan Dougal
2016-12-14 16:04:20 +00:00
parent 13dfe9ef0f
commit 8f42134d9f

View File

@@ -461,6 +461,8 @@ module.exports = React.createClass({
let reject = <Spinner />;
if (!this.state.rejectingInvites) {
// bind() the invited rooms so any new invites that may come in as this button is clicked
// don't inadvertently get rejected as well.
reject = (
<button className="mx_UserSettings_button danger"
onClick={this._onRejectAllInvitesClicked.bind(this, invitedRooms)}>