fix toggling show invisibles
This commit is contained in:
parent
97444a857e
commit
729f3b2d14
1 changed files with 1 additions and 3 deletions
|
|
@ -67,8 +67,6 @@ var VirtualRenderer = function(container, theme) {
|
|||
column : 0
|
||||
};
|
||||
|
||||
this.showInvisibles = false;
|
||||
|
||||
var self = this;
|
||||
this.$textLayer.addEventListener("changeCharaterSize", function() {
|
||||
self.characterWidth = textLayer.getCharacterWidth();
|
||||
|
|
@ -210,7 +208,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
};
|
||||
|
||||
this.getShowInvisibles = function() {
|
||||
return this.showInvisibles;
|
||||
return this.$showInvisibles;
|
||||
};
|
||||
|
||||
this.$showPrintMargin = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue