refactor: remove success toast
This commit is contained in:
parent
9c00da37b9
commit
3d67b065f5
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue