From 1b54cd0d12977c1c7295bb858e7f1e8b3068e751 Mon Sep 17 00:00:00 2001 From: mehbark Date: Mon, 17 Apr 2023 00:35:06 -0400 Subject: [PATCH] for real this time --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index c4d32fd..e2f3243 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -127,7 +127,7 @@ function State({ className={`state ${active ? "active" : ""}`} onMouseEnter={onMouseEnter} onFocus={onMouseEnter} - onTouchEndCapture={onMouseEnter} + onClick={onMouseEnter} {...props} >
Ip: {state.ip}