This commit is contained in:
Lilian 2023-02-28 15:57:43 +01:00 committed by Kilton937342
parent 5185cdcaa5
commit 245d55e0ad
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@
beforeNavigate((n) => {
if (fade == false && !!n.to?.url) {
fade = true;
n.cancel();
//n.cancel();
setTimeout(() => {
if (!!n.to?.url) {
goto(n.to?.url);