]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix Popper preventOverflow boundary config (#32845)
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>
Thu, 4 Feb 2021 04:55:25 +0000 (20:55 -0800)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 04:55:25 +0000 (06:55 +0200)
commitd63a9224368bd2eaf744b82a3c0f675671699d9b
tree1c6d1acb10d69721020f5150ff66a73e6969924e
parentb376a3d80d3ce7a9106bf42b890167ecc992f912
Fix Popper preventOverflow boundary config (#32845)

Currently, the boundary config is being assigned to the wrong var (`rootBoundary`) in the popper config.  It should be assigned to the `boundary` var in popper's config.

Ref: https://popper.js.org/docs/v2/utils/detect-overflow/#boundary
js/src/dropdown.js
js/src/tooltip.js