parent
5316f97ba2
commit
45ee0cd121
1 changed files with 3 additions and 1 deletions
|
|
@ -483,7 +483,9 @@ var VirtualRenderer = function(container, theme) {
|
|||
}
|
||||
|
||||
this.$gutterLineHighlight.style.display = shouldHighlight ? "" : "none";
|
||||
this.$updateGutterLineHighlight();
|
||||
// if cursorlayer have never been updated there's nothing on screen to update
|
||||
if (this.$cursorLayer.$pixelPos)
|
||||
this.$updateGutterLineHighlight();
|
||||
};
|
||||
|
||||
this.getHighlightGutterLine = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue