Fix some nasty bug
This commit is contained in:
+1
-4
@@ -33,10 +33,7 @@ export class PathPageNavigator {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
safeRun(async () => {
|
safeRun(async () => {
|
||||||
await pageLoadCallback(
|
await pageLoadCallback(this.getCurrentPage(), event && event.state.pos);
|
||||||
this.getCurrentPage(),
|
|
||||||
event && event.state.pos
|
|
||||||
);
|
|
||||||
if (this.navigationResolve) {
|
if (this.navigationResolve) {
|
||||||
this.navigationResolve();
|
this.navigationResolve();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user