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:
Thijs Louisse 2020-02-13 17:05:11 +01:00 committed by GitHub
commit e655435f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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