()
| 951 | }))); |
| 952 | } |
| 953 | _doRefreshDecorations() { |
| 954 | for (const e3 of this._decorationService.decorations) this._renderDecoration(e3); |
| 955 | this._dimensionsChanged = false; |
| 956 | } |
| 957 | _renderDecoration(e3) { |
| 958 | this._refreshStyle(e3), this._dimensionsChanged && this._refreshXPosition(e3); |
| 959 | } |
no test coverage detected