1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 00:31:55 +02:00

fix(unit-test): dropdown, collapse and carousel

This commit is contained in:
Johann-S
2018-06-17 15:28:42 +02:00
committed by XhmikosR
parent 8010c010e9
commit 6b0808354d
5 changed files with 26 additions and 16 deletions

View File

@@ -479,7 +479,7 @@ class Dropdown {
EventHandler.trigger(SelectorEngine.findOne(Selector.DATA_TOGGLE, parent), 'focus')
}
EventHandler.trigger(this, 'click')
Dropdown._clearMenus()
return
}