Skip to content
Snippets Groups Projects
Commit db12d642 authored by Todd Berman's avatar Todd Berman Committed by Marijn Haverbeke
Browse files

[merge addon] Remove the end class when removing chunk styling

parent e83ee37e
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@
for (var i = 0; i < locs.length; i++) {
editor.removeLineClass(line, locs[i], classes.chunk);
editor.removeLineClass(line, locs[i], classes.start);
editor.removeLineClass(line, locs[i], classes.chunk);
editor.removeLineClass(line, locs[i], classes.end);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment