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

Function brush_end

js/src/BrushSelector.ts:142–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 brush_end() {
143 if (this.ignoreBrushEvents) {
144 return;
145 }
146 this.model.set('brushing', false);
147 this.convert_and_save();
148 this.brushing = false;
149 }
150
151 adjust_rectangle() {
152 adjust_rectangle(this);

Callers

nothing calls this directly

Calls 1

convert_and_saveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…