Polish GUI #7
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