parent
183bee9b67
commit
27cbaad96a
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@
|
|||
!$searchBox.is(':focus') // if searchbox is already focused do nothing (fallback to browser default)
|
||||
) {
|
||||
$searchBox.focus();
|
||||
$searchBox.select();
|
||||
event.preventDefault();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue