refactor: remove success toast

This commit is contained in:
Maze Winther 2025-09-01 22:19:55 +02:00
parent 9c00da37b9
commit 3d67b065f5
1 changed files with 0 additions and 2 deletions

View File

@ -308,8 +308,6 @@ function StickersContentView({ category }: { category: StickerCategory }) {
if (!added) throw new Error("Sticker not in media store");
addElementAtTime(added, currentTime);
toast.success(`Added "${iconName}" to timeline`);
} catch (error) {
console.error("Failed to add sticker:", error);
toast.error("Failed to add sticker to timeline");