fix: Allow private note without selecting a tweet (#3754)
This commit is contained in:
committed by
GitHub
parent
5046dcaf61
commit
d57be3ffae
@@ -189,7 +189,7 @@ export default {
|
|||||||
return this.maxLength - this.message.length;
|
return this.maxLength - this.message.length;
|
||||||
},
|
},
|
||||||
isReplyButtonDisabled() {
|
isReplyButtonDisabled() {
|
||||||
if (this.isATweet && !this.inReplyTo) {
|
if (this.isATweet && !this.inReplyTo && !this.isOnPrivateNote) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user