aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorRohit Sharma <[email protected]>2021-04-19 22:28:45 +0530
committerGitHub <[email protected]>2021-04-19 19:58:45 +0300
commita22f4d3cfd46ad040e0eb636c378fdb832704e07 (patch)
treea6959b6cb8b42c57be35625b712be174092a1db0 /js/src
parentbb7a5602a0bcb785648bc002a6598f547f7fc6ee (diff)
downloadbootstrap-a22f4d3cfd46ad040e0eb636c378fdb832704e07.tar.xz
bootstrap-a22f4d3cfd46ad040e0eb636c378fdb832704e07.zip
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 <[email protected]>
Diffstat (limited to 'js/src')
-rw-r--r--js/src/tooltip.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index 2bfa42fc7..ecea04390 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
}
},