fix(ui): add ignore tags for pdf

This commit is contained in:
sylenien 2022-11-04 16:20:13 +01:00
parent 596b1349f7
commit 0f9e31f998
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ function Steps({ xrayProps, notes, members }: Props) {
) : null}
</div>
</div>
<Button variant="text-primary" onClick={handleStepsSelection}>
<Button id="pdf-ignore" variant="text-primary" onClick={handleStepsSelection}>
{!shouldShowEventReset ? (
<span>Add {timePointer > 0 ? '' : 'All'} Steps</span>
) : (

View file

@ -89,7 +89,7 @@ function XRay({ xrayProps, timePointer, stepPickRadius, clearEventSelection, set
</div>
</div>
) : (
<Button variant="text-primary" onClick={clearEventSelection}>
<Button id="pdf-ignore" variant="text-primary" onClick={clearEventSelection}>
Clear Selection
</Button>
)}