mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
SelectorEngine: remove moot space
This commit is contained in:
parent
558002f3dc
commit
0840105d7f
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ const SelectorEngine = {
|
|||
'details',
|
||||
'[tabindex]',
|
||||
'[contenteditable="true"]'
|
||||
].map(selector => `${selector}:not([tabindex^="-"])`).join(', ')
|
||||
].map(selector => `${selector}:not([tabindex^="-"])`).join(',')
|
||||
|
||||
return this.find(focusables, element).filter(el => !isDisabled(el) && isVisible(el))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue