Timothy Jaeryang Baek 3 달 전
부모
커밋
e9821c0881
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

@@ -1145,7 +1145,7 @@
 													loading={file.status === 'uploading'}
 													dismissible={true}
 													edit={true}
-													modal={true}
+													modal={['file', 'collection'].includes(file?.type)}
 													on:dismiss={async () => {
 														// Remove from UI state
 														files.splice(fileIdx, 1);