mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 17:50:24 +00:00
parent
f729e4c7d1
commit
c2db7108c2
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ EventHandler.on(document, EVENT_CLICK_DATA_API, SELECTOR_DATA_TOGGLE, function (
|
|||
})
|
||||
})
|
||||
|
||||
// avoid conflict when clicking moddal toggler while another one is open
|
||||
// avoid conflict when clicking modal toggler while another one is open
|
||||
const allReadyOpen = SelectorEngine.findOne(OPEN_SELECTOR)
|
||||
if (allReadyOpen) {
|
||||
Modal.getInstance(allReadyOpen).hide()
|
||||
|
|
|
|||
Loading…
Reference in a new issue