diff options
| author | Henry Jameson <me@hjkos.com> | 2022-02-19 22:34:08 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-02-19 22:34:08 +0200 |
| commit | 0d073d607cb2d033a9556eca64c5e905864ba2ed (patch) | |
| tree | 85f8bb9c4f1f676ff18e5146c42b302c1e0e00a5 /src/components/user_card | |
| parent | 769a9a14fe99785270596ac587ac65f48d2043ac (diff) | |
enable link handling in user bios to fix links not having _blank
Diffstat (limited to 'src/components/user_card')
| -rw-r--r-- | src/components/user_card/user_card.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 5f957003..0708f387 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -275,6 +275,7 @@ class="user-card-bio" :html="user.description_html" :emoji="user.emoji" + :handle-links="true" /> </div> </div> |
