well that was silly of me
This commit is contained in:
parent
3e9499670d
commit
dd1a6f1672
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Sheet {
|
|||
preferredHeight: 350.0
|
||||
onTextChanging: {
|
||||
postChanging(text)
|
||||
if (count > 0) {
|
||||
if (postText.text.length > 0) {
|
||||
sendAction.enabled = true
|
||||
} else {
|
||||
sendAction.enabled = false
|
||||
|
|
Reference in a new issue