Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #727 from alvesjtiago/master
Browse files Browse the repository at this point in the history
Fix URL typing interruption
  • Loading branch information
taravancil authored Nov 1, 2017
2 parents 66166bf + 2278cd4 commit 47bd534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/shell-window/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function onDomReady (e) {
if (!page.wcID) {
page.wcID = e.target.getWebContents().id // NOTE: this is a sync op
}
if (!navbar.isLocationFocused(page)) {
if (!navbar.isLocationFocused(page) && page.isActive) {
page.webviewEl.shadowRoot.querySelector('object').focus()
}
}
Expand Down

0 comments on commit 47bd534

Please sign in to comment.