feat/FRO-36: PWA #25
@@ -30,7 +30,6 @@ const spin = (): void => {
|
||||
reelStates.value.forEach((reel, index) => {
|
||||
reel.isSpinning = true;
|
||||
|
||||
// Stop each reel with a stagger
|
||||
setTimeout(() => {
|
||||
reel.value = getRandomSymbol();
|
||||
reel.isSpinning = false;
|
||||
|
||||
Reference in New Issue
Block a user