Skip to content

Commit

Permalink
remove ace_start
Browse files Browse the repository at this point in the history
  • Loading branch information
akoreman committed Aug 21, 2024
1 parent 6df00d1 commit 4c11922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marker_group.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class MarkerGroup {
else
markerLayer.drawTextMarker(html, screenRange, marker.className, config);
} else {
markerLayer.drawSingleLineMarker(html, screenRange, marker.className + " ace_start" + " ace_br15", config);
markerLayer.drawSingleLineMarker(html, screenRange, marker.className + " ace_br15", config);
}
}
}
Expand Down

0 comments on commit 4c11922

Please sign in to comment.