MCPcopy
hub / github.com/kriasoft/react-starter-kit / isModifiedEvent

Function isModifiedEvent

src/components/Link/Link.js:10–12  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

8}
9
10function isModifiedEvent(event) {
11 return !!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);
12}
13
14class Link {
15

Callers 1

LinkClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected