(interaction)
| 279 | } |
| 280 | |
| 281 | process_click(interaction) { |
| 282 | super.process_click(interaction); |
| 283 | if (interaction === 'select') { |
| 284 | this.event_listeners.parent_clicked = this.reset_selection; |
| 285 | this.event_listeners.element_clicked = this.click_handler; |
| 286 | } |
| 287 | } |
| 288 | |
| 289 | process_hover(interaction) { |
| 290 | super.process_hover(interaction); |
no outgoing calls
no test coverage detected