chore: cause a version bump for the mdx change that needs one
This commit is contained in:
parent
46c89b3c30
commit
bd24eca40c
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