From f49b3e4b62519992bf38ec0417d00f659f1fd8bd Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 28 Apr 2019 11:08:09 -0400 Subject: [PATCH] Fix sendbox freeze when typing more than one line --- harmonyqml/components/chat/SendBox.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/harmonyqml/components/chat/SendBox.qml b/harmonyqml/components/chat/SendBox.qml index 4e321ba4..4bb206a5 100644 --- a/harmonyqml/components/chat/SendBox.qml +++ b/harmonyqml/components/chat/SendBox.qml @@ -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 {