well that was silly of me

This commit is contained in:
Morgan McMillian 2019-10-13 17:29:13 -07:00
parent 3e9499670d
commit dd1a6f1672

View file

@ -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