Skip to content

Commit

Permalink
Revert "fixed keyword highlight" (#1370)
Browse files Browse the repository at this point in the history
Revert "fixed keyword highlight (#1322)"

This reverts commit 1f98779.
  • Loading branch information
Zitrone44 committed Jun 22, 2023
1 parent 00fcf25 commit 3fd477d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class HighlightedInputComponent
ngAfterViewChecked() {
if (this.highlighted) {
this.prismService.highlightAll();
this.highlighted = true;
this.highlighted = false;
}
}

Expand Down

0 comments on commit 3fd477d

Please sign in to comment.