Skip to content
Snippets Groups Projects
Commit c2d81149 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Sébastien Blin
Browse files

chatview: hide the message bar scrollbars if there is no content

Gitlab: #978
Change-Id: Ifdc7306c6082c93f74fcb3e8472405d326faea74
parent ad7d8e13
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ JamiFlickable {
property var textAreaObj: textArea
property alias placeholderText: textArea.placeholderText
ScrollBar.vertical.visible: textArea.text
ScrollBar.horizontal.visible: textArea.text
signal sendMessagesRequired
function insertText(text) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment