Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
fix: npm vulnerable package
Browse files Browse the repository at this point in the history
  • Loading branch information
XZB-1248 committed Feb 1, 2023
1 parent 8d15825 commit 08059e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/src/components/desktop/desktop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function ScreenModal(props) {
}, [props]);
useEffect(() => {
if (!props.open) {
canvas = null;
if (ws && conn) {
clearInterval(ticker);
ws.close();
Expand Down

0 comments on commit 08059e9

Please sign in to comment.