Skip to content

Commit

Permalink
Merge pull request #39 from tzsk/patch-1
Browse files Browse the repository at this point in the history
Stop click propagation
  • Loading branch information
kitbs authored Nov 28, 2022
2 parents 5b31e94 + 39ab7f2 commit 011ebf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/UrlField.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="flex items-center">
<div class="flex items-center" @click.stop>
<a :href="field.value" :title="field.title || field.value" v-if="hasCustomHtml && clickable" class="link-default"
:target="field.sameTab ? '_self' : '_blank'" :rel="field.rel" v-html="field.customHtml">
</a>
Expand Down

0 comments on commit 011ebf1

Please sign in to comment.