Skip to content

Commit

Permalink
Automatically recognize the writing direction of the description
Browse files Browse the repository at this point in the history
See #129
  • Loading branch information
M86xKC authored and mmjee committed Dec 28, 2023
1 parent 0c2c590 commit cf01df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/WatchVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</div>
</div>
</router-link>
<div class="mt-4" v-html="video.description" />
<div class="mt-4" dir="auto" v-html="video.description" />
<v-divider class="my-4" />
<div class="mt-4" v-if="showDesc && sponsors && sponsors.segments">
Sponsors Segments: {{ sponsors.segments.length }}
Expand Down

0 comments on commit cf01df1

Please sign in to comment.