mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix: custom icon not draggable in file viewer (#277)
This commit is contained in:
parent
37320610e8
commit
14e8391cad
|
|
@ -147,6 +147,7 @@ const FileTypeIcon = ({ name, fileType, notLoaded, sx, hideUnknown, customizedCo
|
|||
//@ts-ignore
|
||||
<Box
|
||||
component={"img"}
|
||||
draggable={false}
|
||||
sx={{
|
||||
width: "24px",
|
||||
height: "24px",
|
||||
|
|
|
|||
Loading…
Reference in New Issue