Browse Source

try fix picture problem

Arsekl 3 years ago
parent
commit
e20f48720d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/index.tsx

+ 1 - 1
src/common/index.tsx

@@ -14,7 +14,7 @@ export function transformToEditorTab(item: IFolderTreeNodeProps): IEditorTab {
             : [],
         renderPane: () => {
             return (
-                <img src={`data:image/png;base64${btoa(item.data.value)}`}  alt={''}/>
+                <div/>
             )
         }
     }