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
.gitignore
# Ignore docs files
/_site/
# Hugo files
/resources/
/.hugo_build.lock

# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~

# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
/.vscode/
# Local Netlify folder
.netlify

# Komodo
.komodotools
*.komodoproject

# Folders to ignore
/js/coverage/
/node_modules/
back to top