fix print margin rendering
This commit is contained in:
parent
720c691fa4
commit
7205ed3f28
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ ace.VirtualRenderer = function(container) {
|
|||
if (!this.$printMarginEl) {
|
||||
this.$printMarginEl = document.createElement("div");
|
||||
this.$printMarginEl.className = "printMargin";
|
||||
this.content.insertBefore(this.$printMarginEl, this.$gutter.element);
|
||||
this.content.insertBefore(this.$printMarginEl, this.$markerLayer.element);
|
||||
}
|
||||
|
||||
var style = this.$printMarginEl.style;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue