Skip to content

Commit

Permalink
Merge pull request #4458 from nextcloud-libraries/fix/noid/nc-list-it…
Browse files Browse the repository at this point in the history
…em-tabbing

fix(`NcListItem`) don't force blur action menu on tab
  • Loading branch information
Antreesy committed Aug 24, 2023
2 parents a96cc43 + a382cf9 commit 32c0348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/NcListItem/NcListItem.vue
Expand Up @@ -574,7 +574,6 @@ export default {
this.focused = false
} else {
this.displayActionsOnHoverFocus = false
this.$refs.actions.$refs.menuButton.$el.blur()
}
},
Expand Down

0 comments on commit 32c0348

Please sign in to comment.