(model, style)
| 337 | } |
| 338 | |
| 339 | selected_style_updated(model, style) { |
| 340 | this.selected_style = style; |
| 341 | this.clear_style( |
| 342 | model.previous('selected_style'), |
| 343 | this.selected_indices, |
| 344 | this.selectedElements |
| 345 | ); |
| 346 | this.style_updated(style, this.selected_indices, this.selectedElements); |
| 347 | } |
| 348 | |
| 349 | unselected_style_updated(model, style) { |
| 350 | this.unselected_style = style; |
nothing calls this directly
no test coverage detected