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
parent 9125f80bdd
commit b8dcf269db
13 changed files with 843 additions and 132 deletions
+1 -1
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 })
}
}}
>