(e3)
| 980 | "right" === (e3.options.anchor || "left") ? t3.style.right = i3 ? i3 * this._renderService.dimensions.css.cell.width + "px" : "" : t3.style.left = i3 ? i3 * this._renderService.dimensions.css.cell.width + "px" : ""; |
| 981 | } |
| 982 | _removeDecoration(e3) { |
| 983 | var _a; |
| 984 | (_a = this._decorationElements.get(e3)) == null ? void 0 : _a.remove(), this._decorationElements.delete(e3), e3.dispose(); |
| 985 | } |
| 986 | }; |
| 987 | t2.BufferDecorationRenderer = h = s2([r(1, a.IBufferService), r(2, n.ICoreBrowserService), r(3, a.IDecorationService), r(4, n.IRenderService)], h); |
| 988 | }, 5871: (e2, t2) => { |
no test coverage detected