| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -531,6 +531,10 @@ export class FrameBase extends CustomLayoutView implements FrameDefinition { | |||
| 531 | 531 | public _onLivesync(): boolean { | |
| 532 | 532 | super._onLivesync(); | |
| 533 | 533 | ||
| 534 | + if (!this._currentEntry || !this._currentEntry.entry) { | ||
| 535 | + return false; | ||
| 536 | + } | ||
| 537 | + | ||
| 534 | 538 | const currentEntry = this._currentEntry.entry; | |
| 535 | 539 | const newEntry: NavigationEntry = { | |
| 536 | 540 | animated: false, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments