Skip to content

Commit

Permalink
Add link remove
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Oct 24, 2023
1 parent 0eaf762 commit b92ca62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viser/client/src/WebsocketInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ function useMessageHandler() {
link.href = window.URL.createObjectURL(blob);
link.download = message.filename;
link.click();
link.remove();
return;
}
default: {
Expand Down

0 comments on commit b92ca62

Please sign in to comment.