fix: race conditions when when loading lots of videos quickly

This commit is contained in:
Bnyro
2024-06-15 14:15:08 +02:00
parent a57448a411
commit b009b2a87d
5 changed files with 11 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<template v-if="text">
<div class="mx-1 whitespace-pre-wrap py-2">
<template>
<div v-if="text" class="mx-1 whitespace-pre-wrap py-2">
<!-- eslint-disable-next-line vue/no-v-html -->
<span v-if="showFullText" class="contentText" v-html="fullText()" />
<!-- eslint-disable-next-line vue/no-v-html -->