Skip to content

Commit

Permalink
feat(ts/detours): fs-element: undo and clear buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack committed Oct 24, 2024
1 parent 6cc2d9a commit effba10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/src/components/detours/detourMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export const DetourMap = ({
onClick={onUndo}
size="lg"
title="Undo"
data-fs-element="Undo"
>
<ArrowLeftSquare />
</MapButton>
Expand All @@ -189,6 +190,7 @@ export const DetourMap = ({
onClick={onClear}
size="lg"
title="Clear"
data-fs-element="Clear"
>
<XSquare />
</MapButton>
Expand Down

0 comments on commit effba10

Please sign in to comment.