We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zones
$zones
1 parent 017341f commit 896c9daCopy full SHA for 896c9da
src/ext/diff/base_diff_view.js
@@ -346,14 +346,14 @@ class BaseDiffView {
346
if (!this.activeEditor) {
347
return;
348
}
349
- this.activeEditor.renderer.$scrollDecorator.zones = [];
+ this.activeEditor.renderer.$scrollDecorator.$zones = [];
350
351
else {
352
if (!this.editorA || !this.editorB) {
353
354
355
- this.editorA.renderer.$scrollDecorator.zones = [];
356
- this.editorB.renderer.$scrollDecorator.zones = [];
+ this.editorA.renderer.$scrollDecorator.$zones = [];
+ this.editorB.renderer.$scrollDecorator.$zones = [];
357
358
359
/**
0 commit comments