Unverified Commit 25c8f3b0 authored by bunsenstraat's avatar bunsenstraat Committed by GitHub

fix highlighting (#768)

parent bdfa3df4
...@@ -63,8 +63,8 @@ class SourceHighlighters { ...@@ -63,8 +63,8 @@ class SourceHighlighters {
for (const index in this.highlighters[highlighter]) { for (const index in this.highlighters[highlighter]) {
this.highlighters[highlighter][index].currentSourceLocation(null) this.highlighters[highlighter][index].currentSourceLocation(null)
} }
this.highlightAllFrom(toStay)
} }
this.highlightAllFrom(toStay)
} }
discardHighlightAt (line, filePath, from) { discardHighlightAt (line, filePath, from) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment