MCPcopy 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
17export function stopEvent(e) {
18 e.stopPropagation();
19 e.preventDefault();
20}
21
22// Emulate Element.setCapture() when not supported
23let _captureRecursion = false;

Callers 2

_handleKeyDownMethod · 0.90
_handleKeyUpMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected