Skip to content

Commit 9416162

Browse files
committed
Fixed segments.dblclick events
See #553
1 parent 881aa5f commit 9416162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playhead-layer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function PlayheadLayer(player, view, options) {
4848
this._playheadFontSize = options.playheadFontSize;
4949
this._playheadFontStyle = options.playheadFontStyle;
5050

51-
this._playheadLayer = new Konva.Layer();
51+
this._playheadLayer = new Konva.Layer({ listening: false });
5252

5353
this._createPlayhead();
5454

0 commit comments

Comments
 (0)