()
| 7452 | }), e3); |
| 7453 | } |
| 7454 | pause() { |
| 7455 | this.isCursorVisible = true, this._blinkInterval && (this._coreBrowserService.window.clearInterval(this._blinkInterval), this._blinkInterval = void 0), this._blinkStartTimeout && (this._coreBrowserService.window.clearTimeout(this._blinkStartTimeout), this._blinkStartTimeout = void 0), this._animationFrame && (this._coreBrowserService.window.cancelAnimationFrame(this._animationFrame), this._animationFrame = void 0); |
| 7456 | } |
| 7457 | resume() { |
| 7458 | this.pause(), this._animationTimeRestarted = void 0, this._restartInterval(), this.restartBlinkAnimation(); |
| 7459 | } |
no test coverage detected