diff --git a/frontend/src/components/recording/ScreenRecorder.tsx b/frontend/src/components/recording/ScreenRecorder.tsx index 4e8060a..c45c238 100644 --- a/frontend/src/components/recording/ScreenRecorder.tsx +++ b/frontend/src/components/recording/ScreenRecorder.tsx @@ -58,6 +58,8 @@ function ScreenRecorder({ const dataUrl = await blobToBase64DataUrl(completeBlob); + // downloadBlob(completeBlob); + setScreenRecordingDataUrl(dataUrl); setScreenRecorderState(ScreenRecorderState.FINISHED); };