mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Remove unneeded ESLint suppression.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user