From b3f156e4ef73714009e1463942d10f2ccdf7c5ae Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Tue, 30 Nov 2021 18:34:53 -0800 Subject: [PATCH] Allow scrubbing forwards and backwards on the simulation --- market-simulator/src/components/Simulator.vue | 55 ++++++++++++------- 1 file changed, 35 insertions(+), 20 deletions(-) diff --git a/market-simulator/src/components/Simulator.vue b/market-simulator/src/components/Simulator.vue index cc03c082..b9575c73 100644 --- a/market-simulator/src/components/Simulator.vue +++ b/market-simulator/src/components/Simulator.vue @@ -1,5 +1,14 @@