From 8343007afa2ac7adad42f105c67221531e190459 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sun, 27 Jun 2021 01:49:52 +0800 Subject: [PATCH] Set focus for code modal. --- web/src/component/CountDownInput.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/component/CountDownInput.js b/web/src/component/CountDownInput.js index fdc60958..b14ffaed 100644 --- a/web/src/component/CountDownInput.js +++ b/web/src/component/CountDownInput.js @@ -95,7 +95,7 @@ export const CountDownInput = (props) => { }} /> - setKey(e.target.value)} /> + setKey(e.target.value)} /> ) @@ -135,13 +135,14 @@ export const CountDownInput = (props) => { {renderCheck()}