fix: custom icon not draggable in file viewer (#277)

This commit is contained in:
Samler 2025-07-03 14:08:23 +08:00 committed by GitHub
parent 37320610e8
commit 14e8391cad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,7 @@ const FileTypeIcon = ({ name, fileType, notLoaded, sx, hideUnknown, customizedCo
//@ts-ignore
<Box
component={"img"}
draggable={false}
sx={{
width: "24px",
height: "24px",