()
| 191 | } |
| 192 | |
| 193 | override getComputedHeight(): [string, string] { |
| 194 | return ['height', calc(`${this.getTileSpan(this.fixedRowHeight)} + ${this.getGutterSpan()}`)]; |
| 195 | } |
| 196 | |
| 197 | override reset(list: TileStyleTarget) { |
| 198 | list._setListStyle(['height', null]); |