Commit 40f889df authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

Merge pull request #14353 from hnrch02/collapse-count-collapsing-as-active

Collapse: count `.collapsing` elements as actives; closes #13447
parents 60164bc4 436015c1
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -42,7 +42,7 @@
this.$element.trigger(startEvent)
if (startEvent.isDefaultPrevented()) return
var actives = this.$parent && this.$parent.find('> .panel > .in')
var actives = this.$parent && this.$parent.find('> .panel').children('.in, .collapsing')
if (actives && actives.length) {
var hasData = actives.data('bs.collapse')
......
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