MCPcopy Index your code
hub / github.com/docker/getting-started / isModifiedEvent

Function isModifiedEvent

app/src/static/js/react-bootstrap.js:5749–5751  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

5747}
5748
5749function isModifiedEvent(event) {
5750 return !!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);
5751}
5752/**
5753 * The `<RootCloseWrapper/>` component registers your callback on the document
5754 * when rendered. Powers the `<Overlay/>` component. This is used achieve modal

Callers 1

RootCloseWrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…