Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Fix test errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Apr 26, 2017
1 parent d178ecd commit a1a581d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function listener(selectivity, input) {
el = dropdown.$('.selectivity-load-more');
}

if (el) {
if (el && el.scrollIntoView) {
el.scrollIntoView(delta < 0);
}
}
Expand Down

0 comments on commit a1a581d

Please sign in to comment.