Skip to content

Commit

Permalink
Semantic-Org#4237 remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Mar 13, 2017
1 parent 4732b32 commit a26ee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,8 @@ $.fn.dropdown = function(parameters) {
hasSubMenu = ($subMenu.length > 0),
isBubbledEvent = ($subMenu.find($target).length > 0)
;
// prevents IE11 bug where menu receives focus even though `tabindex=-1`
if(module.has.menuSearch()) {
console.log('zz');
$(document.activeElement).blur();
}
if(!isBubbledEvent && (!hasSubMenu || settings.allowCategorySelection)) {
Expand Down

0 comments on commit a26ee40

Please sign in to comment.