Skip to content

Commit

Permalink
[VUFIND-1654] Fix inconsistent cursor behavior with virtual keyboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Dec 5, 2023
1 parent 62b3cd2 commit 6aae484
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/bootstrap3/js/searchbox_controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ VuFind.register('searchbox_controls', function SearchboxControls() {
if (triggerInputEvent) {
_textInput.dispatchEvent(new Event('input'));
}
_textInput.focus();
}

function _showKeyboard() {
Expand Down

0 comments on commit 6aae484

Please sign in to comment.