@desynova-digital/player 4.0.27 → 4.0.28

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.
@@ -288,7 +288,7 @@ var Shortcut = exports["default"] = /*#__PURE__*/function (_Component) {
288
288
  }, {
289
289
  keyCode: 73,
290
290
  // I Key
291
- handle: !["snp_edit", "promo", "pgm_edit"].includes(_this.props.playerType) ? function (player, actions) {
291
+ handle: ["snp_edit", "promo", "pgm_edit"].includes(_this.props.playerType) ? function (player, actions) {
292
292
  var _this$props4 = _this.props,
293
293
  markers = _this$props4.markers,
294
294
  playerType = _this$props4.playerType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desynova-digital/player",
3
- "version": "4.0.27",
3
+ "version": "4.0.28",
4
4
  "description": "Video Player Package for Contido Application",
5
5
  "main": "index.js",
6
6
  "scripts": {