Revert "fix: prevent double-finalize race condition in restartRecording on Windos"
This commit is contained in:
committed by
GitHub
parent
b101820ab8
commit
f972556443
@@ -573,7 +573,6 @@ export function useScreenRecorder(): UseScreenRecorderReturn {
|
||||
|
||||
restarting.current = true;
|
||||
discardRecordingId.current = activeRecordingId;
|
||||
allowAutoFinalize.current = false;
|
||||
|
||||
const stopPromises = [
|
||||
new Promise<void>((resolve) => {
|
||||
|
||||
Reference in New Issue
Block a user