summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-21 16:01:44 +0200
committerJoas Schilling <coding@schilljs.com>2021-06-21 16:01:44 +0200
commit345ee044321e1e250d2055c36626dd2a095b1be0 (patch)
tree775f0e41664d929aa8e939db48222effbc9bb20d /src/components
parentd7db9ca4a983fd13da021613814bb0adba70de3d (diff)
Bring back voice-message icon after chat input is cleared
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index d1fd2064b..d70ec457e 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -242,7 +242,7 @@ export default {
},
hasText() {
- return this.text !== ''
+ return this.parsedText !== ''
},
},