@desynova-digital/player 4.0.23 → 4.0.25
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.
- package/components/Shortcut.js +8 -8
- package/package.json +1 -1
package/components/Shortcut.js
CHANGED
|
@@ -186,10 +186,10 @@ var Shortcut = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
186
186
|
action: 'pause',
|
|
187
187
|
source: 'shortcut'
|
|
188
188
|
});
|
|
189
|
-
actions.changeRate(1.0, {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
});
|
|
189
|
+
// actions.changeRate(1.0, {
|
|
190
|
+
// action: 'fast-forward',
|
|
191
|
+
// source: 'shortcut'
|
|
192
|
+
// });
|
|
193
193
|
actions.handleVideoRewind(false);
|
|
194
194
|
}
|
|
195
195
|
}, {
|
|
@@ -695,10 +695,10 @@ var Shortcut = exports["default"] = /*#__PURE__*/function (_Component) {
|
|
|
695
695
|
action: 'pause',
|
|
696
696
|
source: 'shortcut'
|
|
697
697
|
});
|
|
698
|
-
actions.changeRate(1.0, {
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
});
|
|
698
|
+
// actions.changeRate(1.0, {
|
|
699
|
+
// action: 'fast-forward',
|
|
700
|
+
// source: 'shortcut'
|
|
701
|
+
// });
|
|
702
702
|
}
|
|
703
703
|
}
|
|
704
704
|
}, {
|