From 7529b1b8c8e4f2adde8e3779025bd26a891ad1b7 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 23 Jul 2021 15:53:29 +1000 Subject: [PATCH] Remove success toast for selection paste --- src/components/selection/SelectionMenu.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/selection/SelectionMenu.tsx b/src/components/selection/SelectionMenu.tsx index 8a690b3..755c1db 100644 --- a/src/components/selection/SelectionMenu.tsx +++ b/src/components/selection/SelectionMenu.tsx @@ -338,8 +338,6 @@ function SelectionMenu({ }); onRequestClose(); - - addSuccessToast("Pasted", clipboard.data.tokens, clipboard.data.notes); } else { addToast("Invalid data"); }