This commit is contained in:
Lilian 2023-02-28 16:25:46 +01:00 committed by Kilton937342
parent 74b97d6df7
commit 7a4f0f2f82

View File

@ -412,9 +412,11 @@
let fade = false;
beforeNavigate((n) => {
console.log('NAVIGATION', t.to.url)
if (fade == false && !!n.to?.url) {
fade = true;
n.cancel();
setTimeout(() => {
if (!!n.to?.url) {
goto(n.to?.url);