move expand click handler to StatusContent
This commit is contained in:
parent
9b58b8c290
commit
bfd1809a34
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,6 @@
|
|||
class="NotificationParent"
|
||||
:class="{ '-expandable': expandable }"
|
||||
:aria-controls="'notif-' +notification.id"
|
||||
@click="toggleStatusExpanded()"
|
||||
v-else
|
||||
>
|
||||
<div
|
||||
|
|
@ -256,6 +255,7 @@
|
|||
:compact="!statusExpanded"
|
||||
:status="notification.status"
|
||||
:collapse="statusExpanded"
|
||||
@click="toggleStatusExpanded()"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue