From 8016684803e4266bc495c8bc250903f816a5fa46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hagjoon=28=EC=9D=B4=ED=95=99=EC=A4=80=29?= Date: Wed, 5 Oct 2022 11:57:14 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=20=EC=8B=9C=EC=9E=91=20?= =?UTF-8?q?=ED=9B=84=EB=8B=A4=EB=A5=B8=20=EB=93=9C=EB=A1=A0=EC=9D=98=20?= =?UTF-8?q?=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5=EC=9D=84=20=ED=99=9C?= =?UTF-8?q?=EC=84=B1=ED=99=94=ED=95=A0=EB=95=8C=20=EC=9D=B4=EC=A0=84=20?= =?UTF-8?q?=EB=93=9C=EB=A1=A0=EC=9D=98=20=EB=B9=84=ED=96=89=EC=9D=84=20?= =?UTF-8?q?=EC=A7=80=EC=86=8D=EC=A0=81=EC=9C=BC=EB=A1=9C=20=EC=A7=84?= =?UTF-8?q?=ED=96=89=20=ED=98=84=EC=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../analysis/simulator/AnalysisSimulationContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/analysis/simulator/AnalysisSimulationContainer.js b/src/containers/analysis/simulator/AnalysisSimulationContainer.js index e7123e59..d3ee109e 100644 --- a/src/containers/analysis/simulator/AnalysisSimulationContainer.js +++ b/src/containers/analysis/simulator/AnalysisSimulationContainer.js @@ -62,9 +62,9 @@ export const AnalysisSimulationContainer = props => { if (playCount == log.length) { playCount = 0; - setIsPlay(false); clearInterval(timer); } + setIsPlay(false); }, 1000); return () => clearInterval(timer);