mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fix dispose causing popover title to change
see: https://github.com/twbs/bootstrap/issues/26847 in v4, destroy was replaced by dispose
This commit is contained in:
parent
854da5a7c1
commit
198091d635
@ -150,7 +150,7 @@ const Popover = (($) => {
|
||||
let data = $(this).data(DATA_KEY)
|
||||
const _config = typeof config === 'object' ? config : null
|
||||
|
||||
if (!data && /destroy|hide/.test(config)) {
|
||||
if (!data && /dispose|hide/.test(config)) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user