MCPcopy Create free account
hub / github.com/reactjs/react-modal / preventDefault

Function preventDefault

specs/Modal.events.spec.js:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 document.activeElement.should.be.eql(content);
79 tabKeyDown(content, {
80 preventDefault() {
81 tabPrevented = true;
82 }
83 });
84 tabPrevented.should.be.eql(true);
85 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected