fix a typo
This commit is contained in:
parent
6a76d63491
commit
094fd85334
1 changed files with 1 additions and 1 deletions
|
|
@ -1658,7 +1658,7 @@ config.defineOptions(VirtualRenderer.prototype, "renderer", {
|
|||
},
|
||||
fixedWidthGutter: {
|
||||
set: function(val) {
|
||||
this.gutterLayer.fixedWidth = !!val;
|
||||
this.$gutterLayer.$fixedWidth = !!val;
|
||||
this.$loop.schedule(this.CHANGE_GUTTER);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue