https://github.com/twbs/bootstrap
Revision d10543923531d9a2bf0e122439d5b1a2ae4e3d13 authored by GeoSot on 30 January 2022, 21:50:22 UTC, committed by XhmikosR on 01 February 2022, 06:58:46 UTC
As we use the `dataApiKeydownHandler` only for events that are triggered on `[data-bs-toggle="dropdown"]` or on `.dropdown-menu`, we can ensure that their `parentNode` will ALWAYS be the `.dropdown` wrapper
1 parent 22bbff0
Raw File
Tip revision: d10543923531d9a2bf0e122439d5b1a2ae4e3d13 authored by GeoSot on 30 January 2022, 21:50:22 UTC
Dropdown: merge instance identification in `dataApiKeydownHandler`
Tip revision: d105439
.eslintignore
**/*.min.js
**/dist/
**/vendor/
/_site/
/js/coverage/
/site/static/sw.js
back to top