From d07f80a0e88911df5ac6f1c778a24d35ee13e266 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Sun, 27 Aug 2023 14:21:53 +0200 Subject: [PATCH 1/3] listen for focus/blur events in container Signed-off-by: Maksim Sukharev --- src/components/LeftSidebar/LeftSidebar.vue | 14 ++--- .../SetContacts/SetContacts.vue | 6 +- .../Participant/Participant.vue | 3 +- src/composables/useArrowNavigation.js | 62 ++++++++++++------- 4 files changed, 51 insertions(+), 34 deletions(-) diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index 515ba15246a..91c56fbd34b 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -3,7 +3,7 @@ - - @author Marco Ambrosini - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -167,6 +167,7 @@