[temp] locked sortablity dude to bugs
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user