Fix race conditions
This commit is contained in:
parent
aa0351fb2d
commit
b24b36adec
7 changed files with 219 additions and 130 deletions
|
|
@ -132,7 +132,6 @@ var invitesEntry = `
|
|||
var chatScreen = `
|
||||
<div style="display: flex; flex-direction: column; height: 100%; width: 100%;">
|
||||
<div id="chat-messages" style="flex-grow: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem;">
|
||||
<!-- messages go here -->
|
||||
</div>
|
||||
<div style="padding: 1rem; border-top: var(--border-width) solid var(--light-border-color); display: flex; gap: 0.5rem;">
|
||||
<input type="text" id="chat-input" class="forminput" style="flex-grow: 1; margin: 0;" placeholder="{blah(placeholder.message.input)}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue