]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix event handler removal in dropdown/carousel dispose (#33000)
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>
Fri, 12 Feb 2021 05:51:34 +0000 (21:51 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 05:51:34 +0000 (07:51 +0200)
commit02dbd87ffa94ff0d2f5bbc43a13f13033ce01f0b
treedf0accc46fae8eff5c0f7874c7a2773ac9ec58c4
parent0a9d392975d7f77d8a0e10270da7e07aac013614
Fix event handler removal in dropdown/carousel dispose (#33000)

* Fix event handler removal in carousel dispose

* Fix event handler removal in dropdown dispose

* Test event handlers in scrollspy dispose

* Test event handlers in toast dispose

* Test event handlers in tooltip dispose

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
.bundlewatch.config.json
js/src/carousel.js
js/src/dropdown.js
js/tests/unit/carousel.spec.js
js/tests/unit/dropdown.spec.js
js/tests/unit/scrollspy.spec.js
js/tests/unit/toast.spec.js
js/tests/unit/tooltip.spec.js