* placeholder for backspace

This commit is contained in:
Bryan Ashby 2015-06-15 23:00:47 -06:00
parent 7281011a7a
commit d3c6d6fdef
1 changed files with 4 additions and 0 deletions

View File

@ -275,6 +275,10 @@ function MultiLineEditTextView2(options) {
// recalc to next eol
var nextEolIndex = self.getNextEndOfLineIndex(index);
var wrapped = self.wordWrapSingleLine(self.getContiguousText(index, nextEolIndex), 'tabsIntact');
var newLines = wrapped.wrapped;
self.redrawRows(self.cursorPos.row, self.dimens.height);
if(0 === self.cursorPos.col) {