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

Method update

js/src/Toolbar.ts:222–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 update() {
223 if (this.model.get('_panning')) {
224 this._panzoom.classList.add('mod-active');
225 } else {
226 this._panzoom.classList.remove('mod-active');
227 }
228 }
229
230 model: ToolbarModel;
231 _panzoom: HTMLButtonElement;

Callers 5

renderMethod · 0.95
renderImplMethod · 0.80
renderImplMethod · 0.80
__init__Method · 0.80
_mark_with_dataFunction · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected