Skip to content

Commit

Permalink
fix(SUP-39294): Page refreshes after clicking on player buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzipi-kaltura committed Nov 8, 2023
1 parent ff51a39 commit 0991827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/plugin-button/plugin-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const PluginButton = ({isActive, label, id, icon, dataTestId, setRef}: Pl
setRef(node);
}
}}
type="button"
aria-label={label}
className={[ui.style.upperBarIcon, styles.pluginButton, isActive ? styles.active : ''].join(' ')}
data-testid={dataTestId}>
Expand Down

0 comments on commit 0991827

Please sign in to comment.