motion blur export stale closure

This commit is contained in:
Siddharth
2025-11-28 18:04:38 -07:00
parent 65bc21f153
commit 443e4b0581
+1 -1
View File
@@ -344,7 +344,7 @@ export default function VideoEditor() {
setIsExporting(false);
exporterRef.current = null;
}
}, [videoPath, wallpaper, zoomRegions, trimRegions, shadowIntensity, showBlur, cropRegion, isPlaying]);
}, [videoPath, wallpaper, zoomRegions, trimRegions, shadowIntensity, showBlur, motionBlurEnabled, cropRegion, isPlaying]);
const handleCancelExport = useCallback(() => {
if (exporterRef.current) {