From c1fa88817d92e56529e98a401921e5a229d2cb32 Mon Sep 17 00:00:00 2001 From: BruCandy <161817534+BruCandy@users.noreply.github.com> Date: Sat, 23 Nov 2024 14:06:48 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9E=E3=82=A6=E3=82=B9=E3=83=9B=E3=82=A4?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E3=81=AB=E3=82=88=E3=82=8B=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E8=A7=A3=E6=B1=BA=20(#71)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/reception.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/routes/reception.tsx b/app/routes/reception.tsx index a71b40c..f17377c 100644 --- a/app/routes/reception.tsx +++ b/app/routes/reception.tsx @@ -221,6 +221,15 @@ export default function Reception() { name="table_number" ref={tableNumberRef} bg="gray.300" + onFocus={(e) => + e.target.addEventListener( + "wheel", + (e) => { + e.preventDefault() + }, + { passive: false }, + ) + } /> 注文メモ: