diff options
| author | Rohit Sharma <[email protected]> | 2021-04-19 22:28:45 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-19 19:58:45 +0300 |
| commit | a22f4d3cfd46ad040e0eb636c378fdb832704e07 (patch) | |
| tree | a6959b6cb8b42c57be35625b712be174092a1db0 /js | |
| parent | bb7a5602a0bcb785648bc002a6598f547f7fc6ee (diff) | |
| download | bootstrap-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')
| -rw-r--r-- | js/src/tooltip.js | 1 |
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 } }, |
