@jetbrains/ring-ui 7.0.84 → 7.0.85

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.
@@ -164,6 +164,10 @@ export default class Popup extends PureComponent {
164
164
  directions: this.props.directions,
165
165
  offset: this.props.offset,
166
166
  });
167
+ const { direction } = this.position();
168
+ if (direction) {
169
+ this._updateDirection(direction);
170
+ }
167
171
  }
168
172
  else {
169
173
  popup.style.position = 'absolute';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "7.0.84",
3
+ "version": "7.0.85",
4
4
  "description": "JetBrains UI library",
5
5
  "author": {
6
6
  "name": "JetBrains"