(event)
| 5747 | } |
| 5748 | |
| 5749 | function 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…