From dce5ba8990cb6c83ee16d571cf8c2a321854267d Mon Sep 17 00:00:00 2001 From: june Date: Thu, 14 Aug 2025 18:48:03 +1200 Subject: [PATCH] Pressing enter/return clears the fields and returns the cursor to the Qty input --- src/pages/recipe/new.astro | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/pages/recipe/new.astro b/src/pages/recipe/new.astro index 9829263..2d8b015 100644 --- a/src/pages/recipe/new.astro +++ b/src/pages/recipe/new.astro @@ -10,6 +10,7 @@ async function submitRecipe() { --- +