From 9ab1d62a5e2f3a88aec0f8b7e35c5e47b2ddc7f0 Mon Sep 17 00:00:00 2001 From: TheGreatSimo Date: Sun, 29 Sep 2024 20:23:41 +0100 Subject: [PATCH] Fix trim whitespace on clipboard copy --- pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 68e092a..12c5888 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -80,7 +80,7 @@ export default function App() { value={result} readOnly > - toast.success('Copied!')}> + toast.success('Copied!')}> @@ -93,7 +93,7 @@ export default function App() { value={resultJSS} readOnly > - toast.success('Copied!')}> + toast.success('Copied!')}>