feat(desktop): align provider onboarding dialogs (#36733)

Co-authored-by: Brendan Allan <git@brendonovich.dev>
This commit is contained in:
usrnk1 2026-07-17 10:54:20 +02:00 committed by GitHub
commit f7d5a1cbc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 843 additions and 132 deletions

View file

@ -101,7 +101,7 @@ export function Dialog(props: DialogProps) {
const autofocusEl = target?.querySelector("[autofocus]") as HTMLElement | null
if (autofocusEl) {
e.preventDefault()
autofocusEl.focus()
autofocusEl.focus({ preventScroll: true })
}
}}
>