update (#21915)
This commit is contained in:
parent
28fb2b7ed5
commit
0bd8a97f38
5 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@ const NavigationController = (function () {
|
|||
this.currentIndex++
|
||||
this.history.push(this.webContents._getURL())
|
||||
}
|
||||
this.webContents.on('navigation-entry-commited', (event, url, inPage, replaceEntry) => {
|
||||
this.webContents.on('navigation-entry-committed', (event, url, inPage, replaceEntry) => {
|
||||
if (this.inPageIndex > -1 && !inPage) {
|
||||
// Navigated to a new page, clear in-page mark.
|
||||
this.inPageIndex = -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue