From ffc8bc129a444416a04b502f77856401b852e87e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 7 May 2026 23:41:51 +0200 Subject: [PATCH] Remove initial state setting for selected rows --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 332144f..ba2575c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -484,7 +484,6 @@ export default function App() { } setFiles([]); setWebsites([]); - setSelectedRows(new Set()); setNotes(""); setRephraseVariants([]); setRephraseSelected(null);