Fix small bug in layer/marker.js#drawMultiLineMarker
This commit is contained in:
parent
609f062803
commit
6d7e4ef08c
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ var Marker = function(parentEl) {
|
|||
);
|
||||
|
||||
// from start of the last line to the selection end
|
||||
var top = this.$getTop(range.start.end, layerConfig);
|
||||
var top = this.$getTop(range.end.row, layerConfig);
|
||||
var width = Math.round(range.end.column * layerConfig.characterWidth);
|
||||
|
||||
stringBuilder.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue