Skip to content

Commit 8e2e6d9

Browse files
committed
chore: fix linting warning
1 parent e7fba6e commit 8e2e6d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/highlighting.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ function setupHighlightEnv (context, text) {
1414
if (context.editable) context.editable.unload()
1515
context.editable = new Editable()
1616
context.editable.add(context.div)
17+
// eslint-disable-next-line no-shadow
1718
context.highlightRange = (text, highlightId, start, end, dispatcher, type) => {
1819
return highlightSupport.highlightRange(
1920
context.div,

0 commit comments

Comments
 (0)