From bffe74779bbdb25ff76c5b32633474ff6875792f Mon Sep 17 00:00:00 2001 From: Nandan Nikam Date: Tue, 26 May 2026 01:02:16 +0000 Subject: [PATCH] feat: add clear video button to reset workspace --- src/components/VideoEditor.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/components/VideoEditor.tsx b/src/components/VideoEditor.tsx index 1e4e9f0d..22f6343c 100644 --- a/src/components/VideoEditor.tsx +++ b/src/components/VideoEditor.tsx @@ -381,6 +381,20 @@ export default function VideoEditor() { {file && (
+ + {/* NEW CLEAR VIDEO BUTTON */} +
+ +
+ {/* END NEW CLEAR VIDEO BUTTON */} +
); -} +} \ No newline at end of file