We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881aa5f commit 9416162Copy full SHA for 9416162
src/playhead-layer.js
@@ -48,7 +48,7 @@ function PlayheadLayer(player, view, options) {
48
this._playheadFontSize = options.playheadFontSize;
49
this._playheadFontStyle = options.playheadFontStyle;
50
51
- this._playheadLayer = new Konva.Layer();
+ this._playheadLayer = new Konva.Layer({ listening: false });
52
53
this._createPlayhead();
54
0 commit comments