From a22f4d3cfd46ad040e0eb636c378fdb832704e07 Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Mon, 19 Apr 2021 22:28:45 +0530 Subject: [PATCH] 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 --- js/src/tooltip.js | 1 - 1 file changed, 1 deletion(-) 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 } },