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 {