chore: cause a version bump for the mdx change that needs one

This commit is contained in:
Joren Broekema 2020-02-13 16:59:13 +01:00
parent 46c89b3c30
commit bd24eca40c

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