Skip to content

Commit

Permalink
feat(version): release 0.25.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 21, 2023
1 parent 19cea0b commit 0cff653
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.25.2",
"version": "0.25.3",
"private": true,
"scripts": {
"dev": "react-scripts start",
Expand Down
14 changes: 8 additions & 6 deletions src/contexts/RobotContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,14 @@ export default ({ children }: any) => {
});
});

vdiClient?.addEventListener("close", () => {
dispatcher({
type: "vdi",
payload: false,
});
});
// vdiClient?.addEventListener("close", () => {
// dispatcher({
// type: "vdi",
// payload: false,
// });
// });

connectionsReducer?.vdi !== null && vdiClient && vdiClient.close();

return () => {
vdiClient?.close();
Expand Down

0 comments on commit 0cff653

Please sign in to comment.