@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/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) {