Skip to content
Snippets Groups Projects
Commit bea07fec authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Stop propagation of click event

parent dca5832a
No related branches found
No related tags found
1 merge request!34Resolve "Stop propagation of click event of absence reason group select to parent components"
Pipeline #191770 failed
......@@ -95,6 +95,7 @@ export default {
:value="emptyValue"
filter
outlined
@click.native="$event.stopPropagation()"
>
{{ $t("kolego.absence_reason.present") }}
<v-avatar right v-if="loadSelectedChip && innerValue === emptyValue">
......@@ -108,6 +109,7 @@ export default {
filter
outlined
:loading="loadSelectedChip && absenceReason.id === innerValue"
@click.native="$event.stopPropagation()"
/>
</v-chip-group>
<v-skeleton-loader v-else type="chip@4" class="d-flex flex-wrap gap" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment