Spaces:
Sleeping
Sleeping
Update application/static/js/components/uiManager.js
Browse files
application/static/js/components/uiManager.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
// application/static/js/uiManager.js
|
2 |
import Initialize from "./initialize.js";
|
3 |
import Chat from "./chat.js";
|
4 |
import RenderSymbols from "./renderSymbols.js";
|
@@ -59,7 +59,6 @@ class UIManager{
|
|
59 |
this.handleTextBoxHeight();
|
60 |
this.events();
|
61 |
}
|
62 |
-
//Rest of your UIManager remains the same
|
63 |
events(){
|
64 |
this.sendBtn.addEventListener('click',()=>{
|
65 |
this.send();
|
|
|
1 |
+
// application/static/js/components/uiManager.js
|
2 |
import Initialize from "./initialize.js";
|
3 |
import Chat from "./chat.js";
|
4 |
import RenderSymbols from "./renderSymbols.js";
|
|
|
59 |
this.handleTextBoxHeight();
|
60 |
this.events();
|
61 |
}
|
|
|
62 |
events(){
|
63 |
this.sendBtn.addEventListener('click',()=>{
|
64 |
this.send();
|