From 14e8391cad012509ff2b8ea64cf3725f13912f01 Mon Sep 17 00:00:00 2001 From: Samler Date: Thu, 3 Jul 2025 14:08:23 +0800 Subject: [PATCH] fix: custom icon not draggable in file viewer (#277) --- src/component/FileManager/Explorer/FileTypeIcon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/component/FileManager/Explorer/FileTypeIcon.tsx b/src/component/FileManager/Explorer/FileTypeIcon.tsx index 461d8d5..567766f 100644 --- a/src/component/FileManager/Explorer/FileTypeIcon.tsx +++ b/src/component/FileManager/Explorer/FileTypeIcon.tsx @@ -147,6 +147,7 @@ const FileTypeIcon = ({ name, fileType, notLoaded, sx, hideUnknown, customizedCo //@ts-ignore