Commit 15d9c82f authored by fat's avatar fat

fix collapse event #8596

parent 2a4a6fe0
......@@ -547,7 +547,7 @@
var dimension = this.dimension()
this.reset(this.$element[dimension]())
this.transition('removeClass', 'shown.bs.hidden')
this.transition('removeClass', 'hidden.bs.collapse')
this.$element[dimension](0)
}
......
This diff is collapsed.
......@@ -74,7 +74,7 @@
var dimension = this.dimension()
this.reset(this.$element[dimension]())
this.transition('removeClass', 'shown.bs.hidden')
this.transition('removeClass', 'hidden.bs.collapse')
this.$element[dimension](0)
}
......
Markdown is supported
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