Update apps/web/src/components/editor/timeline.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd2cf591b7
commit
992b0cbf23
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue