@desynova-digital/player 3.11.1 → 3.11.2

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.
@@ -239,12 +239,12 @@ var PointersBar = /*#__PURE__*/function (_Component) {
239
239
  self.setTooltipData(e, _this3.getTitle(marker));
240
240
  },
241
241
  onMouseOut: function onMouseOut() {
242
- // const { tooltip } = this.state;
243
- // tooltip.isVisible = false;
244
- // tooltip.text = null;
245
- // this.renderComp = 1;
246
- // // tooltip.left = null;
247
- // this.setState({ ...tooltip });
242
+ var tooltip = _this3.state.tooltip;
243
+ tooltip.isVisible = false;
244
+ tooltip.text = null;
245
+ _this3.renderComp = 1;
246
+ // tooltip.left = null;
247
+ _this3.setState(_objectSpread({}, tooltip));
248
248
  },
249
249
  role: "button",
250
250
  tabIndex: "-1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "3.11.1",
3
+ "version": "3.11.2",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {