chore: removed journal list status animations

This commit is contained in:
2024-09-09 14:11:35 +02:00
parent a3d9e68c8a
commit fac8fced3e
6 changed files with 70 additions and 97 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ function onImageLoad() {
imgStatus.value = 'loaded';
}
imgRef.value!.style.opacity = '1';
if (imgRef.value) imgRef.value.style.opacity = '1';
}
</script>