Fixed focus issues on modals closing

This commit is contained in:
Alexis
2025-03-01 14:37:47 +01:00
parent ba3eb29e04
commit 71866b0e4b
6 changed files with 6 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ function handleClosing() {
@focus-outside="handleClosing"
@interact-outside="handleClosing"
@pointer-down-outside="handleClosing"
@close-auto-focus="(e) => e.preventDefault()"
>
<UiAlertDialogTitle>
{{ $t('entity.world.deleteDialog.title') }}