Skip to content

Commit

Permalink
#3820 - Macro: System doesn't close Save dialog after Save button pre…
Browse files Browse the repository at this point in the history
…ssed (#3829)

- added save modal closing after pressing save button

Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
  • Loading branch information
rrodionov91 and rrodionov91 authored Jan 3, 2024
1 parent 22282a3 commit 9153412
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const Save = ({
});
const formatProperties = getPropertiesByFormat(currentFileFormat);
saveAs(blob, `${currentFileName}${formatProperties.extensions[0]}`);
onClose();
};

useEffect(() => {
Expand Down

0 comments on commit 9153412

Please sign in to comment.