서버로부터 파일의 DEK를 다운로드한 후에야 썸네일이 표시되던 현상 수정

This commit is contained in:
static
2025-07-20 05:17:38 +09:00
parent 9f53874d1d
commit 4e91cdad95
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
};
$effect(() => {
if ($info?.dataKey) {
if ($info) {
requestFileThumbnailDownload($info.id, $info.dataKey)
.then((thumbnailUrl) => {
thumbnail = thumbnailUrl ?? undefined;