From 78844d7bd55990789ed07c81e49043e688cbe656 Mon Sep 17 00:00:00 2001 From: C4illin Date: Sat, 5 Oct 2024 01:20:23 +0200 Subject: [PATCH] fix: disable convert button when input is empty issue #151 --- src/index.tsx | 85 +++++++++++++++++++++++++++----------------- src/public/script.js | 7 ++++ 2 files changed, 59 insertions(+), 33 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index da51b5f..6191690 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -575,11 +575,13 @@ const app = new Elysia({ class="w-full rounded bg-neutral-800 p-4" />
-
- +