feat: remove unused sendMessage function in client layout
This commit is contained in:
parent
53687a0ec3
commit
a92c74edc9
1 changed files with 0 additions and 8 deletions
|
@ -80,14 +80,6 @@ const members = [
|
|||
}
|
||||
];
|
||||
|
||||
function sendMessage(e: Event) {
|
||||
e.preventDefault();
|
||||
const textInput = document.getElementById("message-box-input") as HTMLInputElement;
|
||||
const text = textInput.value;
|
||||
console.log("MESSAGE SENT!!!");
|
||||
console.log("text:", text);
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue