We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b44d3 commit d213b6fCopy full SHA for d213b6f
js/src/dropdown.js
@@ -255,7 +255,7 @@ class Dropdown {
255
this._inNavbar = this._detectNavbar()
256
this._inHeader = this._detectHeader()
257
if (this._popper) {
258
- this._popper.scheduleUpdate()
+ this._popper.update()
259
}
260
261
@@ -364,7 +364,8 @@ class Dropdown {
364
365
// Disable Popper.js if we have a static display
366
if (this._config.display === 'static') {
367
- popperConfig.modifiers.applyStyle = {
+ popperConfig.modifiers = {
368
+ name: 'applyStyles',
369
enabled: false
370
371
0 commit comments