fix(core): navigatingToEvent allows access to resolvedPage now (#9954)

This commit is contained in:
farfromrefuge
2022-07-09 18:06:12 +02:00
committed by GitHub
parent f49e412660
commit 77b6e9724b

View File

@ -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,
}); });
} }