Skip to content

Commit

Permalink
fix: fix linit
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 18, 2020
1 parent f19192b commit e27cda7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class MarkdownRenderComponent implements OnInit, OnChanges, AfterViewInit
private tocPosition = 0;
tocStr = '';
sticky = false;
private windowScrolled = false;
windowScrolled = false;

constructor(private markdownService: MarkdownService, private tocify: Tocify, private location: Location) {
}
Expand Down

0 comments on commit e27cda7

Please sign in to comment.