(model, value)
| 522 | } |
| 523 | |
| 524 | update_hovered(model, value) { |
| 525 | this.hovered_index = value === null ? value : [value]; |
| 526 | this.apply_styles(); |
| 527 | } |
| 528 | |
| 529 | apply_styles(style_arr?) { |
| 530 | if (style_arr === undefined || style_arr === null) { |
nothing calls this directly
no test coverage detected