Skip to content

Commit

Permalink
Fixed segments.dblclick events
Browse files Browse the repository at this point in the history
See #553
  • Loading branch information
chrisn committed Nov 30, 2024
1 parent 881aa5f commit 9416162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playhead-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function PlayheadLayer(player, view, options) {
this._playheadFontSize = options.playheadFontSize;
this._playheadFontStyle = options.playheadFontStyle;

this._playheadLayer = new Konva.Layer();
this._playheadLayer = new Konva.Layer({ listening: false });

this._createPlayhead();

Expand Down

0 comments on commit 9416162

Please sign in to comment.