reset changes lines correctly
This commit is contained in:
parent
ce6e512e9c
commit
c0ee808786
1 changed files with 1 additions and 4 deletions
|
|
@ -408,10 +408,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
this.$updateLines = function() {
|
||||
var firstRow = this.$changedLines.firstRow;
|
||||
var lastRow = this.$changedLines.lastRow;
|
||||
this.$changedLines = {
|
||||
firstRow: 0,
|
||||
lastRow: Infinity
|
||||
};
|
||||
this.$changedLines = null;
|
||||
|
||||
var layerConfig = this.layerConfig;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue