We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f3572 commit f85d462Copy full SHA for f85d462
app/code/Magento/Ui/view/base/web/js/form/element/ui-select.js
@@ -47,7 +47,6 @@ define([
47
filterInputValue: '',
48
filterOptionsFocus: false,
49
multiselectFocus: false,
50
- mouseSenvity: null,
51
selectedPlaceholders: {
52
defaultPlaceholder: $t('Select...'),
53
lotPlaceholders: $t('Selected')
@@ -389,7 +388,6 @@ define([
389
388
if (this.hoverElIndex() !== this.options().length - 1) {
390
this.hoverElIndex(this.hoverElIndex() + 1);
391
} else {
392
- this.mouseSenvity = 0;
393
this.hoverElIndex(0);
394
}
395
0 commit comments