Remove success toast for selection paste

This commit is contained in:
Mitchell McCaffrey 2021-07-23 15:53:29 +10:00
parent 23dd67c1a9
commit 7529b1b8c8

View File

@ -338,8 +338,6 @@ function SelectionMenu({
});
onRequestClose();
addSuccessToast("Pasted", clipboard.data.tokens, clipboard.data.notes);
} else {
addToast("Invalid data");
}