activity: can click through the cross icon for removing person in concerned group

This commit is contained in:
nobohan 2022-02-11 15:49:49 +01:00
parent 83f8402081
commit 01a3af694a

View File

@ -1,7 +1,7 @@
<template> <template>
<li> <li>
<span :title="person.text"> <span :title="person.text" @click.prevent="$emit('remove', person)">
<span class="chill_denomination" @click.prevent="$emit('remove', person)"> <span class="chill_denomination">
<person-text :person="person" :isCut="true"></person-text> <person-text :person="person" :isCut="true"></person-text>
</span> </span>
</span> </span>