Commit b1729282 authored by konovalovsergey's avatar konovalovsergey

fix bug 32488

parent 4198f9b0
......@@ -729,7 +729,7 @@
if ( !isDefName ) {
this._moveCursor( kPosition, this.cursorPos - 1 );
}
this.cellEditor.skipTLUpdate = tmp;
this.skipTLUpdate = tmp;
};
CellEditor.prototype.replaceText = function ( pos, len, newText ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment