Update Timeline, prevent nextTick() when reloading same comment modal. Fixes #2584
This commit is contained in:
parent
de8828e88a
commit
cc84125ba2
2 changed files with 9 additions and 1 deletions
|
@ -919,6 +919,11 @@ body-class="p-2 rounded">
|
|||
return;
|
||||
}
|
||||
|
||||
if(this.status && this.status.id == status.id) {
|
||||
this.$refs.replyModal.show();
|
||||
return;
|
||||
}
|
||||
|
||||
this.status = status;
|
||||
this.replies = {};
|
||||
this.replyStatus = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue