remove toasts

This commit is contained in:
Maze Winther
2025-07-21 14:47:42 +02:00
parent a2a9bef1d8
commit 5782df7350
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -102,7 +102,6 @@ export function useEditorActions() {
useActionHandler("delete-selected", () => {
if (selectedElements.length === 0) {
toast.error("No elements selected");
return;
}
selectedElements.forEach(