Skip to content

Commit

Permalink
Small Bug fix where timer auto starts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssreekar committed Dec 31, 2021
1 parent feb18c4 commit eea88ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomatimer/src/app/timer/timer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class TimerComponent implements OnInit {
isWork: boolean = true;
switchState: boolean = true;
disablePresses:boolean = false;
moving: boolean = true;
moving: boolean = false;
subscription: Subscription;
titleString: string = "Work Time!"

Expand Down

0 comments on commit eea88ca

Please sign in to comment.