()
| 103 | } |
| 104 | |
| 105 | forceUpdateGrids() { |
| 106 | this._bottomLeftGrid && this._bottomLeftGrid.forceUpdate(); |
| 107 | this._bottomRightGrid && this._bottomRightGrid.forceUpdate(); |
| 108 | this._topLeftGrid && this._topLeftGrid.forceUpdate(); |
| 109 | this._topRightGrid && this._topRightGrid.forceUpdate(); |
| 110 | } |
| 111 | |
| 112 | /** See Grid#invalidateCellSizeAfterRender */ |
| 113 | invalidateCellSizeAfterRender({columnIndex = 0, rowIndex = 0} = {}) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…