Fixing issue with multiline selection where selection does not start from the begining of line.
This commit is contained in:
parent
2ed9c5d599
commit
8f04864157
1 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ var Marker = function(parentEl) {
|
|||
"height:", height, "px;",
|
||||
"width:", width, "px;",
|
||||
"top:", top, "px;",
|
||||
"left:", left, "px;'></div>"
|
||||
"left:", this.$padding, "px;'></div>"
|
||||
);
|
||||
|
||||
// all the complete lines
|
||||
|
|
@ -165,7 +165,7 @@ var Marker = function(parentEl) {
|
|||
"height:", height, "px;",
|
||||
"width:", width, "px;",
|
||||
"top:", top, "px;",
|
||||
"left:", left, "px;'></div>"
|
||||
"left:", this.$padding, "px;'></div>"
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue