fix: lazely remove profile popups
This commit is contained in:
parent
4ebb436fb2
commit
2d424847f7
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ const props = defineProps<{
|
|||
const isPopupVisible = ref(false);
|
||||
|
||||
const togglePopup = () => {
|
||||
isPopupVisible.value = !isPopupVisible.value;
|
||||
isPopupVisible.value = false;
|
||||
// isPopupVisible.value = !isPopupVisible.value;
|
||||
};
|
||||
|
||||
const hidePopup = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue