fix
This commit is contained in:
parent
b018e8e2e3
commit
ee4f203e0b
|
@ -107,7 +107,7 @@ function renderTab() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let entering = true;
|
let entering = false;
|
||||||
|
|
||||||
async function enter(el: Element) {
|
async function enter(el: Element) {
|
||||||
if (!(el instanceof HTMLElement)) return;
|
if (!(el instanceof HTMLElement)) return;
|
||||||
|
|
Loading…
Reference in New Issue