Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohit Sharma <rohit2sharma95@gmail.com>2021-04-19 19:58:45 +0300
committerGitHub <noreply@github.com>2021-04-19 19:58:45 +0300
commita22f4d3cfd46ad040e0eb636c378fdb832704e07 (patch)
treea6959b6cb8b42c57be35625b712be174092a1db0
parentbb7a5602a0bcb785648bc002a6598f547f7fc6ee (diff)
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 <xhmikosr@gmail.com>
-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 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
}
},