Commit 4b7c058a authored by XhmikosR's avatar XhmikosR
Browse files

Remove unneeded ESLint suppression.

parent 08227506
5 merge requests!31948Examples/Floating-labels: fix bad behavior with autofill,!30064test,!29779Responsive sizing,!28882fix custom-select-indicator in IE10,!28721Hot test
Showing with 0 additions and 1 deletion
+0 -1
...@@ -448,7 +448,6 @@ class Dropdown { ...@@ -448,7 +448,6 @@ class Dropdown {
return parent || element.parentNode return parent || element.parentNode
} }
// eslint-disable-next-line complexity
static _dataApiKeydownHandler(event) { static _dataApiKeydownHandler(event) {
// If not input/textarea: // If not input/textarea:
// - And not a key in REGEXP_KEYDOWN => not a dropdown command // - And not a key in REGEXP_KEYDOWN => not a dropdown command
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment