Fix sendbox freeze when typing more than one line

This commit is contained in:
miruka 2019-04-28 11:08:09 -04:00
parent 5650234e3b
commit f49b3e4b62

View File

@ -22,8 +22,6 @@ Base.HGlassRectangle {
id: avatar id: avatar
name: Backend.getUserDisplayName(chatPage.userId) name: Backend.getUserDisplayName(chatPage.userId)
dimmension: root.Layout.minimumHeight dimmension: root.Layout.minimumHeight
//visible: textArea.text === ""
visible: textArea.height <= root.Layout.minimumHeight
} }
ScrollView { ScrollView {