[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 let opened = 0
@@ -58,9 +58,9 @@
} }
const onClose = () => { const onClose = () => {
opened -= 1 opened -= 1
if(opened === 0){ // if(opened === 0){
createStb() // createStb()
} // }
} }
onDestroy(() => { onDestroy(() => {

View File

@@ -37,12 +37,12 @@
} }
const onClose = () => { const onClose = () => {
opened -= 1 opened -= 1
if(opened === 0){ // if(opened === 0){
createStb() // createStb()
} // }
} }
onMount(createStb) // onMount(createStb)
onDestroy(() => { onDestroy(() => {
if(stb){ if(stb){