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

Method drag_start

js/src/LassoSelector.ts:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 drag_start() {
94 this.current_vertices = [];
95 this.create_new_lasso();
96 }
97
98 drag_move() {
99 this.current_vertices.push(d3.mouse(this.background.node()));

Callers 2

renderFunction · 0.80
renderMethod · 0.80

Calls 1

create_new_lassoMethod · 0.95

Tested by

no test coverage detected