()
| 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(); |
no test coverage detected