Place print_margin_layer before other layers
This commit is contained in:
parent
a9f9bbbf8e
commit
35a1551d1e
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
this.$printMarginEl = dom.createElement("div");
|
||||
this.$printMarginEl.className = "ace_print-margin";
|
||||
containerEl.appendChild(this.$printMarginEl);
|
||||
this.content.insertBefore(containerEl, this.$textLayer.element);
|
||||
this.content.insertBefore(containerEl, this.content.firstChild);
|
||||
}
|
||||
|
||||
var style = this.$printMarginEl.style;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue