fix highlighting (#768)

pull/760/head^2
bunsenstraat 4 years ago committed by GitHub
parent bdfa3df4ad
commit 25c8f3b06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/app/editor/SourceHighlighters.js

@ -63,8 +63,8 @@ class SourceHighlighters {
for (const index in this.highlighters[highlighter]) {
this.highlighters[highlighter][index].currentSourceLocation(null)
}
this.highlightAllFrom(toStay)
}
this.highlightAllFrom(toStay)
}
discardHighlightAt (line, filePath, from) {

Loading…
Cancel
Save