@brightspace-ui/core 3.97.2 → 3.97.3

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.
@@ -954,8 +954,7 @@ export const PopoverMixin = superclass => class extends superclass {
954
954
  }
955
955
 
956
956
  const activeElement = getComposedActiveElement();
957
- if (isComposedAncestor(this, activeElement)
958
- || activeElement === this._opener) {
957
+ if (isComposedAncestor(this, activeElement) || isComposedAncestor(this._opener, activeElement)) {
959
958
  return;
960
959
  }
961
960
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.97.2",
3
+ "version": "3.97.3",
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",