Allow gutterLineHighlight in IE
This commit is contained in:
parent
ca5023fb86
commit
217ed2457b
1 changed files with 0 additions and 4 deletions
|
|
@ -451,10 +451,6 @@ var VirtualRenderer = function(container, theme) {
|
|||
|
||||
this.$highlightGutterLine = false;
|
||||
this.setHighlightGutterLine = function(shouldHighlight) {
|
||||
// adding this element to gutter causes strange behavior on ie
|
||||
if (useragent.isIE)
|
||||
return;
|
||||
|
||||
if (this.$highlightGutterLine == shouldHighlight)
|
||||
return;
|
||||
this.$highlightGutterLine = shouldHighlight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue