Fix regression with new message loading
Event listeners never got registered because of timing issue (MatrixClient was not ready yet). Issue #85.
This commit is contained in:
parent
d628501529
commit
b0aea0bd81
3 changed files with 56 additions and 15 deletions
|
|
@ -42,7 +42,7 @@
|
|||
.join-user-info {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
max-width: 300px;
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue