mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
refactor(WebRTCVideo): improve mouse event handling and video playback logic (#282)
This commit is contained in:
@@ -516,6 +516,10 @@ export default function KvmIdRoute() {
|
||||
|
||||
<div
|
||||
className="isolate"
|
||||
// onMouseMove={e => e.stopPropagation()}
|
||||
// onMouseDown={e => e.stopPropagation()}
|
||||
// onMouseUp={e => e.stopPropagation()}
|
||||
// onPointerMove={e => e.stopPropagation()}
|
||||
onKeyUp={e => e.stopPropagation()}
|
||||
onKeyDown={e => {
|
||||
e.stopPropagation();
|
||||
|
||||
Reference in New Issue
Block a user