const el = event.target as Element | undefined const interactiveElementIsFocused = el.closest( 'a, button, input, label, [contenteditable=true], [aria-haspopup], [role="dialog"], [role="button"]' ) !== null