Spaces:
Sleeping
Sleeping
Commit ·
161d4b0
1
Parent(s): 0cbbef7
Fix: still fixing bug for eye gaze popup
Browse files
src/components/FocusPageLocal.jsx
CHANGED
|
@@ -111,7 +111,7 @@ function FocusPageLocal({ videoManager, sessionResult, setSessionResult, isActiv
|
|
| 111 |
const [l2csBoostAvailable, setL2csBoostAvailable] = useState(false);
|
| 112 |
const [showEyeGazeModal, setShowEyeGazeModal] = useState(false);
|
| 113 |
const [eyeGazeDontShow, setEyeGazeDontShow] = useState(
|
| 114 |
-
() => sessionStorage.getItem('focusguard_eyegaze_skipmodal') === '
|
| 115 |
);
|
| 116 |
|
| 117 |
const localVideoRef = useRef(null);
|
|
|
|
| 111 |
const [l2csBoostAvailable, setL2csBoostAvailable] = useState(false);
|
| 112 |
const [showEyeGazeModal, setShowEyeGazeModal] = useState(false);
|
| 113 |
const [eyeGazeDontShow, setEyeGazeDontShow] = useState(
|
| 114 |
+
() => sessionStorage.getItem('focusguard_eyegaze_skipmodal') === 'false'
|
| 115 |
);
|
| 116 |
|
| 117 |
const localVideoRef = useRef(null);
|