comment out debugging line
This commit is contained in:
parent
6c340a6527
commit
772ca5d30e
@ -32,7 +32,7 @@ var applyChange = function(ctx, oldval, newval) {
|
|||||||
if (newval.length !== commonStart + commonEnd) {
|
if (newval.length !== commonStart + commonEnd) {
|
||||||
if (ctx.localChange) { ctx.localChange(true); }
|
if (ctx.localChange) { ctx.localChange(true); }
|
||||||
ctx.insert(commonStart, newval.slice(commonStart, newval.length - commonEnd));
|
ctx.insert(commonStart, newval.slice(commonStart, newval.length - commonEnd));
|
||||||
console.log("insert: " + newval.slice(commonStart, newval.length - commonEnd));
|
//console.log("insert: " + newval.slice(commonStart, newval.length - commonEnd));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user