From 254ce13b88fb8c9a224571e2fffc59e731ef0301 Mon Sep 17 00:00:00 2001 From: thekingofjibs Date: Wed, 18 Mar 2020 17:18:45 +0000 Subject: [PATCH] autofocus coz i'm a cross dev --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 134f8f6..343db4a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -33,7 +33,7 @@ const App: React.FC = () => { ); } else { return ( -
+

Welcome to showplanner2

{ value={inputVal} onChange={e => setInputVal(e.target.value)} onKeyPress={e=>enterKeyCont(e.key)} + autoFocus />