From 134131902c2366a9e6e9cb7ea20e6ce9d2f83504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Fri, 16 Dec 2022 20:55:31 +0100 Subject: [PATCH] feat(a11y): focus trap for modal dialogs (#446) --- components/modal/ModalDialog.vue | 24 ++++++++++++++++++++++-- components/publish/PublishAttachment.vue | 10 ++++++++-- components/publish/PublishWidget.vue | 5 ++++- 3 files changed, 34 insertions(+), 5 deletions(-) diff --git a/components/modal/ModalDialog.vue b/components/modal/ModalDialog.vue index 9f666ffb..2248b283 100644 --- a/components/modal/ModalDialog.vue +++ b/components/modal/ModalDialog.vue @@ -1,4 +1,5 @@