()
| 405 | } |
| 406 | |
| 407 | private resetSelection() { |
| 408 | this.model.set('selected', null); |
| 409 | this.touch(); |
| 410 | this.selected_indices = null; |
| 411 | this.clear_style(this.selected_style); |
| 412 | this.clear_style(this.unselected_style); |
| 413 | this.clear_style(this.anchorStyle); |
| 414 | |
| 415 | this.set_default_style([], this.displayCells); |
| 416 | } |
| 417 | |
| 418 | relayout() { |
| 419 | this.set_ranges(); |
nothing calls this directly
no test coverage detected