Skip to content

Commit

Permalink
Merge pull request #2018 from IBMa/learnMore-2002-nam
Browse files Browse the repository at this point in the history
fix(extension): fix learn more link in firefox
  • Loading branch information
ErickRenteria authored Aug 29, 2024
2 parents 1ec0962 + a690091 commit 721035f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,10 @@ export class ReportTreeGrid<RowType extends IRowGroup> extends React.Component<R
className="hideLg cds--link hideLg cds--link--inline cds--link--sm"
role="link"
href="#0"
id={rowId}
// tabIndex={focused ? 0 : -1}
onClick={(evt: any) => {
evt.stopPropagation();
this.onRow(group, thisIssue);
this.devtoolsAppController.setSecondaryView("help");
this.devtoolsAppController.openSecondary(`#${rowId} a`);
Expand Down

0 comments on commit 721035f

Please sign in to comment.