From 992b0cbf23a14d5d1b1a51911cbf330a92acc678 Mon Sep 17 00:00:00 2001 From: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:16:47 +0530 Subject: [PATCH] Update apps/web/src/components/editor/timeline.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- apps/web/src/components/editor/timeline.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/timeline.tsx b/apps/web/src/components/editor/timeline.tsx index 3242f40..7d3c85f 100644 --- a/apps/web/src/components/editor/timeline.tsx +++ b/apps/web/src/components/editor/timeline.tsx @@ -1281,7 +1281,9 @@ function TimelineTrackContent({ return; } } - } catch (error) { } + } catch (error) { + console.error("Error parsing dropped media item:", error); + } } // Calculate drop position for overlap checking