MCPcopy Create free account
hub / github.com/bqplot/bqplot / mousedown

Method mousedown

js/src/PanZoom.ts:140–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 mousedown() {
141 this.use_css_rotation_workaround =
142 !IS_CHROMIUM && this.hasRotatedParent(this.el);
143 this._mousedown(this.mousePos());
144 }
145
146 _mousedown(mouse_pos) {
147 const scales = this.model.getScales();

Callers 1

renderMethod · 0.45

Calls 3

hasRotatedParentMethod · 0.95
_mousedownMethod · 0.95
mousePosMethod · 0.95

Tested by

no test coverage detected