mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 16:50:23 +00:00
Carousel: remove redundant config merge on dataApiClickHandler, as it is done by default in the constructor
This commit is contained in:
parent
546e34cf85
commit
ccba6a3589
1 changed files with 0 additions and 1 deletions
|
|
@ -482,7 +482,6 @@ class Carousel extends BaseComponent {
|
|||
}
|
||||
|
||||
const config = {
|
||||
...Manipulator.getDataAttributes(target),
|
||||
...Manipulator.getDataAttributes(this)
|
||||
}
|
||||
const slideIndex = this.getAttribute('data-bs-slide-to')
|
||||
|
|
|
|||
Loading…
Reference in a new issue