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,
|
||||
object: this,
|
||||
isBack,
|
||||
entry: backstackEntry.entry,
|
||||
fromEntry: this.currentEntry,
|
||||
entry: backstackEntry,
|
||||
fromEntry: this._currentEntry,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user