@myinterview/widget-react 1.0.59 → 1.0.60-experimental
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/cjs/index.js
CHANGED
|
@@ -32406,6 +32406,7 @@ const PreviewList = ({ previewRef, onNextQuestion, onNextRetake, onQuestionMode,
|
|
|
32406
32406
|
};
|
|
32407
32407
|
const onStopVideo = (e) => {
|
|
32408
32408
|
var _a;
|
|
32409
|
+
e.stopPropagation();
|
|
32409
32410
|
e.preventDefault();
|
|
32410
32411
|
setPreviewModeIndex(null);
|
|
32411
32412
|
if (dynamicVideoRef.current) {
|