Skip to content

Commit

Permalink
[PRMP-1035] resetDocStage is needed on fullscreen click
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-torres-nhs committed Oct 30, 2024
1 parent c7cba71 commit 2b5d7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/generic/recordCard/RecordCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ function RecordCard({
data-testid="full-screen-btn"
onClick={() => {
fullScreenHandler(true);
resetDocStage();
}}
>
View in full screen
Expand Down

0 comments on commit 2b5d7bd

Please sign in to comment.