Skip to content

Commit 920156e

Browse files
committed
fix this binding error
1 parent f4fb71b commit 920156e

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

src/ReactChat/ReactChat.Resources/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReactChat/ReactChat/src/Footer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReactChat/ReactChat/src/Footer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReactChat/ReactChat/src/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class Footer extends React.Component<any, any> {
106106
onChange={e => this.handleChange(e)}
107107
onKeyDown={e => this.handleKeyDown(e)}
108108
onKeyUp={e => this.handleKeyUp(e)} />
109-
<button id="btnSend" style={{ marginLeft: 5 }} onClick={this.postMsg}>Send</button>
109+
<button id="btnSend" style={{ marginLeft: 5 }} onClick={e => this.postMsg() }>Send</button>
110110
</div>
111111
);
112112
}
Binary file not shown.

src/lib/ReactChat.Resources.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)