* Sets the timestamp to an absolute value. * @param value * @private
(value: number)
| 808 | * @private |
| 809 | */ |
| 810 | _setTimestamp(value: number) { |
| 811 | this._safelySetTimestamp(value); |
| 812 | this._updateSecondTimestamp(); |
| 813 | this.fireDecoratorEvent("navigate", { timestamp: this.timestamp! }); |
| 814 | } |
| 815 | |
| 816 | /** |
| 817 | * During range selection, when the user is navigating with the keyboard, |
no test coverage detected