diff options
| author | XhmikosR <[email protected]> | 2021-12-09 21:52:39 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2022-01-29 13:25:30 +0200 |
| commit | 0840105d7f794c8f1c429eced58ffb80af453ff8 (patch) | |
| tree | 2bc219b4a5627d015281f53444a768555b1b7f10 /js/src/dom | |
| parent | 558002f3dccb9fcb1ba408abfbe55d201af4e152 (diff) | |
| download | bootstrap-0840105d7f794c8f1c429eced58ffb80af453ff8.tar.xz bootstrap-0840105d7f794c8f1c429eced58ffb80af453ff8.zip | |
SelectorEngine: remove moot space
Diffstat (limited to 'js/src/dom')
| -rw-r--r-- | js/src/dom/selector-engine.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/dom/selector-engine.js b/js/src/dom/selector-engine.js index af27dc379..39f3971dc 100644 --- a/js/src/dom/selector-engine.js +++ b/js/src/dom/selector-engine.js @@ -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)) } |
