Explorar o código

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

Henry Jameson %!s(int64=2) %!d(string=hai) anos
pai
achega
0d073d607c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>