From: Rohit Sharma Date: Mon, 19 Apr 2021 16:58:45 +0000 (+0530) Subject: Don't change the value for `altBoundary` option (#33684) X-Git-Tag: v5.0.0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22f4d3cfd46ad040e0eb636c378fdb832704e07;p=thirdparty%2Fbootstrap.git Don't change the value for `altBoundary` option (#33684) - 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 --- diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 2bfa42fc70..ecea043909 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -502,7 +502,6 @@ class Tooltip extends BaseComponent { { name: 'flip', options: { - altBoundary: true, fallbackPlacements: this.config.fallbackPlacements } },