@desynova-digital/player 3.9.2 → 3.9.4
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 +2 -2
- package/components/Video.js +1 -1
- package/package.json +1 -1
package/components/Shortcut.js
CHANGED
|
@@ -299,8 +299,8 @@ var Shortcut = function (_Component) {
|
|
|
299
299
|
|
|
300
300
|
if ((playerSelectedMarker.leftMarker > -1 || playerSelectedMarker.rightMarker > -1) && playerSelectedMarker.markerType === 'create') {
|
|
301
301
|
var onDeleteMarker = _this.props.onDeleteMarker;
|
|
302
|
-
// actions.handleMarkerPointChange('delete');
|
|
303
302
|
|
|
303
|
+
actions.handleMarkerPointChange('delete');
|
|
304
304
|
onDeleteMarker();
|
|
305
305
|
}
|
|
306
306
|
}
|
|
@@ -313,7 +313,7 @@ var Shortcut = function (_Component) {
|
|
|
313
313
|
var onDeleteMarker = _this.props.onDeleteMarker;
|
|
314
314
|
|
|
315
315
|
actions.handleVideoPreview(false);
|
|
316
|
-
|
|
316
|
+
actions.handleMarkerPointChange('delete');
|
|
317
317
|
onDeleteMarker();
|
|
318
318
|
} else {
|
|
319
319
|
return null;
|
package/components/Video.js
CHANGED
|
@@ -116,7 +116,7 @@ var defaultProps = {
|
|
|
116
116
|
var SubTitleSection = _styledComponents2.default.div.withConfig({
|
|
117
117
|
displayName: 'Video__SubTitleSection',
|
|
118
118
|
componentId: 'omlcc3-0'
|
|
119
|
-
})(['position:absolute;font-family:SFUIText-Regular;font-size:16px;bottom:20px;width:100%;display:flex;justify-content:center;text-align:center;color:#FFFFFF;height:
|
|
119
|
+
})(['position:absolute;font-family:SFUIText-Regular;font-size:16px;bottom:20px;width:100%;display:flex;justify-content:center;text-align:center;color:#FFFFFF;height:90%;align-items:center;.subtitleContainer{border-radius:4px;width:fit-content;background:#000000;opacity:0.9;padding:8px 10px;line-height:20px;position:absolute;}']);
|
|
120
120
|
|
|
121
121
|
var VideoBlock = _styledComponents2.default.div.withConfig({
|
|
122
122
|
displayName: 'Video__VideoBlock',
|