MCPcopy Index your code
hub / github.com/bqplot/bqplot / process_click

Method process_click

js/src/Map.ts:281–287  ·  view source on GitHub ↗
(interaction)

Source from the content-addressed store, hash-verified

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);

Callers 2

process_clickFunction · 0.45
process_interactionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected