Explorar o código

try fix picture problem

Arsekl %!s(int64=3) %!d(string=hai) anos
pai
achega
e20f48720d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/>
             )
         }
     }