Parcourir la source

enable link handling in user bios to fix links not having _blank

Henry Jameson il y a 2 ans
Parent
commit
0d073d607c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/components/user_card/user_card.vue

+ 1 - 0
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>