forked from AkkomaGang/akkoma-fe
Merge branch 'fix/double-post-with-ctrl-enter' into 'develop'
Don't allow posting again while previous hasn't returned See merge request !103
This commit is contained in:
commit
9ec4412894
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ const PostStatusForm = {
|
||||||
this.caret = selectionStart
|
this.caret = selectionStart
|
||||||
},
|
},
|
||||||
postStatus (newStatus) {
|
postStatus (newStatus) {
|
||||||
|
if (this.posting) { return }
|
||||||
this.posting = true
|
this.posting = true
|
||||||
statusPoster.postStatus({
|
statusPoster.postStatus({
|
||||||
status: newStatus.status,
|
status: newStatus.status,
|
||||||
|
|
Loading…
Reference in a new issue