Skip to content

Commit

Permalink
Merge pull request #9125 from nextcloud/backport/9121/stable3.5
Browse files Browse the repository at this point in the history
[stable3.5] Feat/show email on hovering a `RecipientListItem` in the new email modal
  • Loading branch information
ChristophWurst authored Dec 1, 2023
2 parents 4e74937 + 940a85d commit bb2560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecipientListItem.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="multiselect__tag multiselect__tag--recipient">
<div class="multiselect__tag multiselect__tag--recipient" :title="option.email">
<ListItemIcon
:no-margin="true"
:title="option.label"
Expand Down

0 comments on commit bb2560e

Please sign in to comment.