fix(@desktop/chat): Blocking a user with big messages leaves an empty space in the chat
fixes #4123
This commit is contained in:
parent
2cd9dd82d1
commit
30d1866ee6
|
@ -228,6 +228,7 @@ Column {
|
|||
|
||||
Loader {
|
||||
id: messageLoader
|
||||
active: root.visible
|
||||
width: parent.width
|
||||
sourceComponent: {
|
||||
switch(contentType) {
|
||||
|
|
Loading…
Reference in New Issue