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 #234 from zeke/always-select-navbar-content
Browse files Browse the repository at this point in the history
select navbar content even when it's already focused
  • Loading branch information
pfrazee authored Dec 30, 2016
2 parents 5a309b8 + c871fde commit 8c32d5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/shell-window/ui/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function createEl (id) {
export function focusLocation (page) {
var el = page.navbarEl.querySelector('.nav-location-input')
el.focus()
el.select()
}

export function showInpageFind (page) {
Expand Down

0 comments on commit 8c32d5c

Please sign in to comment.