Skip to content

Commit 9380713

Browse files
committed
block text selection
1 parent 689f641 commit 9380713

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/ReportDetailsPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,13 @@ function ReportDetailsPage({policy, report, route, reportMetadata}: ReportDetail
879879
title={base62ReportID}
880880
description={translate('common.reportID')}
881881
interactive={false}
882+
shouldBlockSelection
882883
/>
883884
<MenuItemWithTopDescription
884885
title={report.reportID}
885886
description={translate('common.longID')}
886887
interactive={false}
888+
shouldBlockSelection
887889
/>
888890
</>
889891
)}

0 commit comments

Comments
 (0)