MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / onEscKeyDown

Function onEscKeyDown

src/TooltipPopoverWrapper.js:176–180  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

174 }
175
176 onEscKeyDown(e) {
177 if (e.key === 'Escape') {
178 this.hide(e);
179 }
180 }
181
182 getRef(ref) {
183 const { innerRef } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…