Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-modal
/ isEscKey
Function
isEscKey
src/components/ModalPortal.js:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
*/
25
const
isTabKey = event => event.code ===
"Tab"
|| event.keyCode === 9;
26
const
isEscKey = event => event.code ===
"Escape"
|| event.keyCode === 27;
27
28
let
ariaHiddenInstances = 0;
29
Callers
1
ModalPortal
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected