Merge pull request #573 from ing-bank/chore/fix-demos-overlays
chore: manual version bump overlays because mdx causes actual bug
This commit is contained in:
commit
e655435f43
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ export class OverlayController {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.placementMode === 'local') {
|
if (this.placementMode === 'local') {
|
||||||
// Now, it's time to lazily load Popper if not done yet
|
// Now, it is time to lazily load Popper if not done yet
|
||||||
// Do we really want to add display: inline or is this up to user?
|
// Do we really want to add display: inline or is this up to user?
|
||||||
if (!this.constructor.popperModule) {
|
if (!this.constructor.popperModule) {
|
||||||
// TODO: Instead, prefetch it or use a preloader-manager to load it during idle time
|
// TODO: Instead, prefetch it or use a preloader-manager to load it during idle time
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue