Skip to content

Commit

Permalink
Don't change the value for altBoundary option (#33684)
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
rohit2sharma95 and XhmikosR committed Apr 19, 2021
1 parent bb7a560 commit a22f4d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/tooltip.js
Expand Up @@ -502,7 +502,6 @@ class Tooltip extends BaseComponent {
{
name: 'flip',
options: {
altBoundary: true,
fallbackPlacements: this.config.fallbackPlacements
}
},
Expand Down

0 comments on commit a22f4d3

Please sign in to comment.