Skip to content

Commit

Permalink
0.0.17 & remove auto focus
Browse files Browse the repository at this point in the history
  • Loading branch information
snowkeeper committed Oct 23, 2015
1 parent 3b27b1a commit c538777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions lib/tag-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,7 @@ class Tagged extends React.Component {
if(_history) {
replaceHistory()
}
}

// we lose focus on mobile when a location change happens
$searchInput.blur().focus()
}

// set background to normal
$searchInput.css('background-color', styles.active.backgroundColor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tag-search",
"version": "0.0.16",
"version": "0.0.17",
"description": "search and list html tags like named anchor links",
"main": "lib/tag-search.js",
"repository": {
Expand Down

0 comments on commit c538777

Please sign in to comment.