Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Dev (#89)
Browse files Browse the repository at this point in the history
* fix: Fixed scrolling bugs and removed console.logs

Closes #87, #86

* fix(template): removed one unused div to prevent bug w/ scrollbar

* fix(Shadowed name: 'timer')

* fix(console.log): removed console.log in ngDoCheck()
  • Loading branch information
Disane87 authored Mar 4, 2020
1 parent 536eae1 commit 8b64f8a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export class BoardComponent implements OnInit, DoCheck, AfterViewInit {

public ngDoCheck(): void {

console.log('ngDoCheck()');
}


Expand Down

0 comments on commit 8b64f8a

Please sign in to comment.