fix typo
This commit is contained in:
parent
3c4157a09a
commit
b6498028e5
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
this.textToScreenCoordinates = function(row, column) {
|
||||
var canvasPos = this.scroller.getBoundingClientRect();
|
||||
|
||||
var x = this.padding + Math.round(this.doc.documentToScreenColumn(row, column) * this.characterWidth);
|
||||
var x = this.$padding + Math.round(this.doc.documentToScreenColumn(row, column) * this.characterWidth);
|
||||
var y = row * this.lineHeight;
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue