@brightspace-ui/core 2.18.6 → 2.18.7
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.
|
@@ -683,7 +683,7 @@ export const DropdownContentMixin = superclass => class extends LocalizeCoreElem
|
|
|
683
683
|
|
|
684
684
|
const centerDelta = contentRect.width - targetRect.width;
|
|
685
685
|
const position = this._getPosition(spaceAround, centerDelta);
|
|
686
|
-
if (position) {
|
|
686
|
+
if (position !== null) {
|
|
687
687
|
this._position = position;
|
|
688
688
|
}
|
|
689
689
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.7",
|
|
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",
|