last bug fixes for TextBind type (for now)

This commit is contained in:
Kevin Jahns
2015-07-16 06:53:47 +02:00
parent f78dc52d7b
commit 4a7f09c32d
3 changed files with 4 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
};
writeRange = function (range) {
writeContent(word.val());
writeContent(word.toString());
var textnode = textfield.childNodes[0];
if(range.isReal && textnode != null) {
if(range.left < 0){