mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
fix(core): navigatingToEvent allows access to resolvedPage now (#9954)
This commit is contained in:
@ -427,8 +427,8 @@ export class FrameBase extends CustomLayoutView {
|
|||||||
eventName: Page.navigatingToEvent,
|
eventName: Page.navigatingToEvent,
|
||||||
object: this,
|
object: this,
|
||||||
isBack,
|
isBack,
|
||||||
entry: backstackEntry.entry,
|
entry: backstackEntry,
|
||||||
fromEntry: this.currentEntry,
|
fromEntry: this._currentEntry,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user