mirror of https://github.com/jetkvm/kvm.git
Compare commits
5 Commits
80283d2d1f
...
c88691f85f
| Author | SHA1 | Date |
|---|---|---|
|
|
c88691f85f | |
|
|
a741bbe7e3 | |
|
|
1f7083a023 | |
|
|
dc7791c245 | |
|
|
9affd248f3 |
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue