Don't allow posting again while previous hasn't returned

This commit is contained in:
Shpuld Shpuldson 2017-08-22 11:43:03 +03:00
parent 863ea98acd
commit 2ef915c9f1

View file

@ -87,6 +87,7 @@ const PostStatusForm = {
this.caret = selectionStart
},
postStatus (newStatus) {
if (this.posting) { return }
this.posting = true
statusPoster.postStatus({
status: newStatus.status,