1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

remove xmind (#7688)

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
This commit is contained in:
awu0403
2025-03-31 18:28:47 +08:00
committed by GitHub
parent d58584e0d7
commit efe9ecce29
13 changed files with 17 additions and 93 deletions

View File

@@ -59,9 +59,6 @@ class InnerFileView extends React.Component {
case 'Image':
content = <Image tip={<FileViewTip />} scale={imageScale} angle={imageAngle} />;
break;
case 'XMind':
content = <Image tip={<FileViewTip />} />;
break;
case 'SVG':
content = <SVG />;
break;