fix(ui): add ignore tags for pdf
This commit is contained in:
parent
596b1349f7
commit
0f9e31f998
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
) : (
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue