Fix sendbox freeze when typing more than one line
This commit is contained in:
@@ -22,8 +22,6 @@ Base.HGlassRectangle {
|
||||
id: avatar
|
||||
name: Backend.getUserDisplayName(chatPage.userId)
|
||||
dimmension: root.Layout.minimumHeight
|
||||
//visible: textArea.text === ""
|
||||
visible: textArea.height <= root.Layout.minimumHeight
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
|
Reference in New Issue
Block a user