(model, style)
| 433 | |
| 434 | // Hovered Style related functions |
| 435 | hovered_style_updated(model, style) { |
| 436 | this.hovered_style = style; |
| 437 | this.clear_style(model.previous('hovered_style'), this.hovered_index); |
| 438 | this.style_updated(style, this.hovered_index); |
| 439 | } |
| 440 | |
| 441 | unhovered_style_updated(model, style) { |
| 442 | this.unhovered_style = style; |
nothing calls this directly
no test coverage detected
searching dependent graphs…