@myinterview/widget-react 1.0.59 → 1.0.60-beta-4c207a3
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/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -32380,6 +32380,7 @@ const PreviewList = ({ previewRef, onNextQuestion, onNextRetake, onQuestionMode,
|
|
|
32380
32380
|
};
|
|
32381
32381
|
const onStopVideo = (e) => {
|
|
32382
32382
|
var _a;
|
|
32383
|
+
e.stopPropagation();
|
|
32383
32384
|
e.preventDefault();
|
|
32384
32385
|
setPreviewModeIndex(null);
|
|
32385
32386
|
if (dynamicVideoRef.current) {
|