]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove custom `fallbackPlacements` from dropdown (#32843)
authorRohit Sharma <rohit2sharma95@gmail.com>
Tue, 9 Feb 2021 05:55:17 +0000 (11:25 +0530)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 05:55:17 +0000 (07:55 +0200)
js/src/dropdown.js

index 06b561425ae3edd59c16c8606b8b1a9f07990f36..a35f5547994ebdb9cd1bf288aeba01c9f3335738 100644 (file)
@@ -321,12 +321,6 @@ class Dropdown extends BaseComponent {
           boundary: this._config.boundary
         }
       },
-      {
-        name: 'flip',
-        options: {
-          fallbackPlacements: ['top', 'right', 'bottom', 'left']
-        }
-      },
       {
         name: 'offset',
         options: {