fix: Allow private note without selecting a tweet (#3754)
This commit is contained in:
parent
5046dcaf61
commit
d57be3ffae
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default {
|
|||
return this.maxLength - this.message.length;
|
||||
},
|
||||
isReplyButtonDisabled() {
|
||||
if (this.isATweet && !this.inReplyTo) {
|
||||
if (this.isATweet && !this.inReplyTo && !this.isOnPrivateNote) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue