mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: remove success toast
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user