Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ stopEvent
Function
stopEvent
systemvm/agent/noVNC/core/util/events.js:17–20 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
15
}
16
17
export
function
stopEvent(e) {
18
e.stopPropagation();
19
e.preventDefault();
20
}
21
22
// Emulate Element.setCapture() when not supported
23
let
_captureRecursion = false;
Callers
2
_handleKeyDown
Method · 0.90
_handleKeyUp
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected