(model, style)
| 347 | } |
| 348 | |
| 349 | unselected_style_updated(model, style) { |
| 350 | this.unselected_style = style; |
| 351 | this.clear_style( |
| 352 | model.previous('unselected_style'), |
| 353 | [], |
| 354 | this.unselectedElements |
| 355 | ); |
| 356 | this.style_updated(style, [], this.unselectedElements); |
| 357 | } |
| 358 | |
| 359 | apply_styles() { |
| 360 | this.clear_style(this.selected_style); |
nothing calls this directly
no test coverage detected