Skip to content

Commit

Permalink
fix for issue JedWatson#1020 and JedWatson#2102
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant Kulkarni committed Dec 1, 2017
1 parent ed49eaf commit 3612564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ class Select extends React.Component {
}

handleInputBlur (event) {
console.log('handleInputBlur');
// The check for menu.contains(activeElement) is necessary to prevent IE11's scrollbar from closing the menu in certain contexts.
if (this.menu && (this.menu === document.activeElement || this.menu.contains(document.activeElement))) {
this.focus();
Expand Down

0 comments on commit 3612564

Please sign in to comment.