We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfc8de commit 4b9f054Copy full SHA for 4b9f054
1 file changed
src/client/scripts/Chat.js
@@ -5,11 +5,6 @@ class Chat {
5
this.listen();
6
this.history = [""];
7
this.histState = 0;
8
- $(".com_i").on("input", () => {
9
- this.history[this.history.length - 1] = $(".com_i").val();
10
- console.log(this.history);
11
- });
12
- return;
13
}
14
15
chatGoBack() {
0 commit comments