reset post status form only when reply user is changed
This commit is contained in:
parent
aadd36f3ec
commit
50d9ed0007
2 changed files with 23 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div
|
||||
v-if="isOpen"
|
||||
v-if="isLoggedIn && !resettingForm"
|
||||
v-show="modalActivated"
|
||||
class="post-form-modal-view modal-view"
|
||||
@click="closeModal"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue