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.
1 parent 8528e8e commit 02795f8Copy full SHA for 02795f8
src/browser/Decorations/OverviewRulerRenderer.ts
@@ -141,13 +141,6 @@ export class OverviewRulerRenderer extends Disposable {
141
}
142
143
private _refreshStyle(decoration: IInternalDecoration): void {
144
- if (this._shouldUpdateAnchor) {
145
- if (decoration.options.anchor === 'right') {
146
- this._canvas.style.right = decoration.options.x ? `${decoration.options.x * this._renderService.dimensions.actualCellWidth}px` : '';
147
- } else {
148
- this._canvas.style.left = decoration.options.x ? `${decoration.options.x * this._renderService.dimensions.actualCellWidth}px` : '';
149
- }
150
151
if (!decoration.options.overviewRulerOptions) {
152
this._decorationElements.delete(decoration);
153
return;
0 commit comments