From 7bffb87cdfb5723d9b23c1c9dd8fd033df99f49e Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 24 Aug 2023 11:52:26 +0200 Subject: [PATCH] don't force blur action menu on tab Signed-off-by: Maksim Sukharev --- src/components/NcListItem/NcListItem.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/NcListItem/NcListItem.vue b/src/components/NcListItem/NcListItem.vue index 0874aeed8a..0d95720376 100644 --- a/src/components/NcListItem/NcListItem.vue +++ b/src/components/NcListItem/NcListItem.vue @@ -569,7 +569,6 @@ export default { this.focused = false } else { this.displayActionsOnHoverFocus = false - this.$refs.actions.$refs.menuButton.$el.blur() } },