Fixing issue with multiline selection where selection does not start from the begining of line.

This commit is contained in:
Irakli Gozalishvili 2011-07-20 17:58:57 +02:00
commit 8f04864157

View file

@ -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>"
);
};