]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Don't change the value for `altBoundary` option (#33684)
authorRohit Sharma <rohit2sharma95@gmail.com>
Mon, 19 Apr 2021 16:58:45 +0000 (22:28 +0530)
committerGitHub <noreply@github.com>
Mon, 19 Apr 2021 16:58:45 +0000 (19:58 +0300)
- Since bootstrap is not changing the default value of `elementContext`
  option, changing the value of `altBoundary` option is not needed for
any modifier in real

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
js/src/tooltip.js

index 2bfa42fc70e5b113d89ea8b145af3821cedae373..ecea043909607ae4341b73693503833b1384c046 100644 (file)
@@ -502,7 +502,6 @@ class Tooltip extends BaseComponent {
         {
           name: 'flip',
           options: {
-            altBoundary: true,
             fallbackPlacements: this.config.fallbackPlacements
           }
         },