Skip to content

Commit

Permalink
fix(FEC-13889): Download_close being reported to many times to applic…
Browse files Browse the repository at this point in the history
…ation events (#342)

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
  • Loading branch information
JonathanTGold and JonathanTGold authored May 9, 2024
1 parent d12e670 commit d77a59f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qna-plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export class QnaPlugin extends KalturaPlayer.core.BasePlugin {
presets: [ReservedPresetNames.Playback, ReservedPresetNames.Live, ReservedPresetNames.Ads],
position: this.config.position,
expandMode: this.config.expandMode === SidePanelModes.ALONGSIDE ? SidePanelModes.ALONGSIDE : SidePanelModes.OVER,
onDeactivate: this._deactivatePlugin
}) as number;
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
Expand Down

0 comments on commit d77a59f

Please sign in to comment.