[temp] locked sortablity dude to bugs

This commit is contained in:
kwaroran
2023-07-21 03:06:00 +09:00
parent 18fd02f70b
commit 508e6c3af6
2 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@
}
})
}
onMount(createStb)
// onMount(createStb)
let opened = 0
@@ -58,9 +58,9 @@
}
const onClose = () => {
opened -= 1
if(opened === 0){
createStb()
}
// if(opened === 0){
// createStb()
// }
}
onDestroy(() => {