fix(@desktop/chat): Blocking a user with big messages leaves an empty space in the chat

fixes #4123
This commit is contained in:
Khushboo Mehta 2021-11-25 16:36:03 +01:00 committed by Khushboo-dev-cpp
parent 2cd9dd82d1
commit 30d1866ee6
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ Column {
Loader {
id: messageLoader
active: root.visible
width: parent.width
sourceComponent: {
switch(contentType) {