()
| 47 | */ |
| 48 | |
| 49 | export const hasShadowRoot = () => { |
| 50 | return !!(window.document.activeElement && window.document.activeElement.shadowRoot) |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Get the nearest editable child and index at `index` in a `parent`, preferring |
no outgoing calls
no test coverage detected
searching dependent graphs…