We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab9cea commit 3833236Copy full SHA for 3833236
src/waveform-zoomview.js
@@ -281,7 +281,7 @@ WaveformZoomView.prototype.getPlayheadClickTolerance = function() {
281
WaveformZoomView.prototype._syncPlayhead = function(time) {
282
this._playheadLayer.updatePlayheadTime(time);
283
284
- if (this._autoScroll) {
+ if (this._autoScroll && !this._zoomLevelAuto) {
285
// Check for the playhead reaching the right-hand side of the window.
286
287
const pixelIndex = this.timeToPixels(time);
0 commit comments