()
| 238 | } |
| 239 | |
| 240 | _updatePosition() { |
| 241 | this._canvas.style.left = this._position.x + "px"; |
| 242 | this._canvas.style.top = this._position.y + "px"; |
| 243 | } |
| 244 | |
| 245 | _captureIsActive() { |
| 246 | return document.captureElement && |
no outgoing calls
no test coverage detected