fix: remove success toasts for added media items in timeline components

This commit is contained in:
Maze Winther
2025-07-01 16:03:51 +02:00
parent d623ba6b4b
commit 364e541d57
2 changed files with 0 additions and 4 deletions

View File

@ -528,8 +528,6 @@ export function TimelineTrackContent({
trimStart: 0,
trimEnd: 0,
});
toast.success(`Added ${mediaItem.name} to ${track.name}`);
}
} catch (error) {
console.error("Error handling drop:", error);