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
|
preferredHeight: 350.0
|
||||||
onTextChanging: {
|
onTextChanging: {
|
||||||
postChanging(text)
|
postChanging(text)
|
||||||
if (count > 0) {
|
if (postText.text.length > 0) {
|
||||||
sendAction.enabled = true
|
sendAction.enabled = true
|
||||||
} else {
|
} else {
|
||||||
sendAction.enabled = false
|
sendAction.enabled = false
|
||||||
|
|
Reference in a new issue