Skip to content

Commit

Permalink
remove bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aite Aigbe committed Feb 3, 2023
1 parent 02ffc69 commit d70c36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ML/Cameras.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Webcam from "react-webcam";
import { state } from "state";
import { useSnapshot } from "valtio";
import { activateDraw } from "./utils";
// import { activateDraw } from "./utils";

export default function Cameras() {
const { cameraStarted } = useSnapshot(state);
Expand All @@ -20,7 +20,7 @@ export default function Cameras() {
state.cameraLoaded = true;
}}
/>
<canvas className="guides" ref={(e: any) => activateDraw(e)}></canvas>
{/* <canvas className="guides" ref={(e: any) => activateDraw(e)}></canvas> */}
</>
) : null}
</>
Expand Down

1 comment on commit d70c36b

@vercel
Copy link

@vercel vercel bot commented on d70c36b Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gear – ./

gear-ten.vercel.app
gear-paredol.vercel.app
gear-git-refactoring-paredol.vercel.app

Please sign in to comment.