Skip to content

Commit f85d462

Browse files
author
Volodymyr Zaets
committed
MAGETWO-44647: Broken keyboard navigation in ui-select
1 parent 32f3572 commit f85d462

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+0
-2
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/ui-select.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ define([
4747
filterInputValue: '',
4848
filterOptionsFocus: false,
4949
multiselectFocus: false,
50-
mouseSenvity: null,
5150
selectedPlaceholders: {
5251
defaultPlaceholder: $t('Select...'),
5352
lotPlaceholders: $t('Selected')
@@ -389,7 +388,6 @@ define([
389388
if (this.hoverElIndex() !== this.options().length - 1) {
390389
this.hoverElIndex(this.hoverElIndex() + 1);
391390
} else {
392-
this.mouseSenvity = 0;
393391
this.hoverElIndex(0);
394392
}
395393
} else {

0 commit comments

Comments
 (0)