[temp] locked sortablity dude to bugs
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
@@ -37,12 +37,12 @@
|
||||
}
|
||||
const onClose = () => {
|
||||
opened -= 1
|
||||
if(opened === 0){
|
||||
createStb()
|
||||
}
|
||||
// if(opened === 0){
|
||||
// createStb()
|
||||
// }
|
||||
}
|
||||
|
||||
onMount(createStb)
|
||||
// onMount(createStb)
|
||||
|
||||
onDestroy(() => {
|
||||
if(stb){
|
||||
|
||||
Reference in New Issue
Block a user