Skip to content

Commit

Permalink
url now disappears from textfield when the results are closed
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrks committed Aug 9, 2024
1 parent 331e13d commit 3d30495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NavItems/tools/C2pa/C2pa.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const C2paData = () => {

const handleClose = () => {
setImageFile(undefined);
setInput("");
dispatch(c2paStateCleaned());
};

Expand Down

0 comments on commit 3d30495

Please sign in to comment.