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