(doc)
| 8898 | var _ownerDocument = _interopRequireDefault(__webpack_require__(16)); |
| 8899 | |
| 8900 | function activeElement(doc) { |
| 8901 | if (doc === void 0) { |
| 8902 | doc = (0, _ownerDocument.default)(); |
| 8903 | } |
| 8904 | |
| 8905 | try { |
| 8906 | return doc.activeElement; |
| 8907 | } catch (e) { |
| 8908 | /* ie throws if no active element */ |
| 8909 | } |
| 8910 | } |
| 8911 | |
| 8912 | module.exports = exports["default"]; |
| 8913 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…