Skip to content

Commit

Permalink
close popup after print
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Feb 17, 2024
1 parent 201a2a5 commit 5f70182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/components/Table.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ export class Table extends Component {
loaded++;
if (loaded === imgs.length) {
popup.print();
popup.close();
}
};
}
Expand Down

0 comments on commit 5f70182

Please sign in to comment.