Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
brave#323 - differentiate between external and internal navigation wh…
…en hiding findbar. The code was moved from findbar.js to frame.js, as it is more logic for the frame to decide who closes him I wanted originally use will-navigate as it is better to close the find dialog beforehands, but for some reason the event did not fire when using this.webview.addEventListener('will-navigate' So i used did-navigate. This means that the search box will be closed after the user navigated.
- Loading branch information