move print margin below the text
This commit is contained in:
parent
b268e6c8f1
commit
355f26e2c8
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
if (!this.$printMarginEl) {
|
||||
this.$printMarginEl = document.createElement("div");
|
||||
this.$printMarginEl.className = "ace_printMargin";
|
||||
this.content.insertBefore(this.$printMarginEl, this.$cursorLayer.element);
|
||||
this.content.insertBefore(this.$printMarginEl, this.$textLayer.element);
|
||||
}
|
||||
|
||||
var style = this.$printMarginEl.style;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue