fix "copy lines up/down"
This commit is contained in:
parent
214eba9761
commit
c34324fe70
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ ace.Document = function(text, mode) {
|
|||
this.$insertLines(firstRow, lines);
|
||||
|
||||
var addedRows = lastRow - firstRow + 1;
|
||||
this.fireChangeEvent(firstRow, lastRow+addedRows);
|
||||
this.fireChangeEvent(firstRow);
|
||||
|
||||
return addedRows;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue