@jetbrains/ring-ui-built 6.0.80 → 6.0.81

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.
@@ -150,6 +150,7 @@ var Tooltip = /*#__PURE__*/function (_Component) {
150
150
  if (!prevProps.title && this.props.title) {
151
151
  this.addListeners();
152
152
  } else if (prevProps.title && !this.props.title) {
153
+ this.hidePopup();
153
154
  this.listeners.removeAll();
154
155
  }
155
156
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui-built",
3
- "version": "6.0.80",
3
+ "version": "6.0.81",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",