DavidGolodetsky / GeekScore

A PWA for board games fans. It allows you to store your games, create teams, and collect statistics. It's built with MEVN stack, using Vue.js 2 and Vuetify.
https://geekscore.herokuapp.com
MIT License
8 stars 33 forks source link

Reset clock count when switching between clock tabs #179

Closed DavidGolodetsky closed 3 years ago

DavidGolodetsky commented 3 years ago

Currently, when I'm changing Clock tool modal tabs the state of the clock is preserved.

https://user-images.githubusercontent.com/32278933/136669876-9b9988de-4a3a-4f8e-bc65-4f14777afd63.mov

Expected: when the user switching tabs clock count should be reset

Kalingrowo commented 3 years ago

hello, I've made a PR, you can check it if this will solve the issue

180