(bug) disabling <MarkSus> seems to fix the safari issue

This commit is contained in:
Andrea Vos 2024-02-06 23:25:00 +01:00
parent 869d4db920
commit 9a6128df96

View File

@ -22,9 +22,12 @@
@dismiss="contentWarningDismissed = true" @dismiss="contentWarningDismissed = true"
/> />
</div> </div>
<!--
<MarkSus @hasSus="hasSus = true"> <MarkSus @hasSus="hasSus = true">
<Profile :user="user" :profile="profile" :terms="terms" :expand-links="hasSus" /> <Profile :user="user" :profile="profile" :terms="terms" :expand-links="hasSus" />
</MarkSus> </MarkSus>
-->
<Profile :user="user" :profile="profile" :terms="terms" />
<div v-if="profile.sensitive.length && contentWarningDismissed" class="text-center"> <div v-if="profile.sensitive.length && contentWarningDismissed" class="text-center">
<ContentWarning <ContentWarning
:warnings="profile.sensitive" :warnings="profile.sensitive"