fix: profile modal staying open even if view/route is changed
This commit is contained in:
parent
1ac3042470
commit
ef9b70410b
3 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
<span class="member-display-name">{{ getDisplayName(props.member) }}</span>
|
||||
</div>
|
||||
<ModalProfilePopup v-if="modalPopupVisible" :profile="props.member"
|
||||
:onFinish="hideModalPopup"/>
|
||||
:onFinish="hideModalPopup" :keepalive="false"/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue