@brightspace-ui/core 3.204.5 → 3.204.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -351,7 +351,7 @@ export const PopoverMixin = superclass => class extends superclass {
351
351
  this._opened = true;
352
352
 
353
353
  await this.updateComplete; // wait for popover attribute before managing top-layer
354
- if (this._useNativePopover) this.showPopover();
354
+ if (this.isConnected && this._useNativePopover) this.showPopover();
355
355
 
356
356
  this._previousFocusableAncestor = getPreviousFocusableAncestor(this, false, false);
357
357
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.204.5",
3
+ "version": "3.204.6",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",