Compare commits

...

5 Commits

Author SHA1 Message Date
Tom Wopat 69608ab853
Merge a741bbe7e3 into 28919bf37c 2025-11-05 15:25:03 -06:00
Tom Wopat a741bbe7e3 pr feedback 2025-10-29 20:27:49 -04:00
Tom Wopat 1f7083a023 Revert "feat: add fullscreen button"
This reverts commit dc7791c245.
2025-09-25 09:09:17 -04:00
Tom Wopat dc7791c245 feat: add fullscreen button 2025-09-23 23:50:06 -04:00
Tom Wopat 9affd248f3 feat: allow pointer lock when no video 2025-09-23 23:50:05 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ export default function WebRTCVideo({ hasConnectionIssues }: { hasConnectionIssu
});
if (isRelativeMouseMode) {
videoElmRefValue.addEventListener("click",
containerRef.current?.addEventListener("click",
() => {
if (isPointerLockPossible && !isPointerLockActive && !document.pointerLockElement) {
requestPointerLock();