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