diff --git a/code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx b/code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx index 4e50625..480d5d6 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx @@ -78,9 +78,9 @@ function TextScroll (props) { text = window.requestAnimationFrame(scroll) cancel.current = text } + + // window.requestAnimationFrame(scroll) console.log(44444); - - window.requestAnimationFrame(scroll) } } }, [content, roll])