diff options
| author | GeoSot <[email protected]> | 2021-08-30 15:29:02 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-30 15:29:02 +0300 |
| commit | c1fc1dbbee7dcda176f54a76479b9e47d9a5b1de (patch) | |
| tree | bc4ab72d7e07bd037b231deaa5a609af27aed5b7 /js/src | |
| parent | d9254c64fa10f465a671a47ce40779807f092f5a (diff) | |
| download | bootstrap-c1fc1dbbee7dcda176f54a76479b9e47d9a5b1de.tar.xz bootstrap-c1fc1dbbee7dcda176f54a76479b9e47d9a5b1de.zip | |
Collapse on toggle, should not hide descendant tabpanels (#34835)
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/collapse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/collapse.js b/js/src/collapse.js index f39c55b92..17edae9ae 100644 --- a/js/src/collapse.js +++ b/js/src/collapse.js @@ -55,7 +55,7 @@ const CLASS_NAME_HORIZONTAL = 'collapse-horizontal' const WIDTH = 'width' const HEIGHT = 'height' -const SELECTOR_ACTIVES = '.show, .collapsing' +const SELECTOR_ACTIVES = '.collapse.show, .collapse.collapsing' const SELECTOR_DATA_TOGGLE = '[data-bs-toggle="collapse"]' /** |
