Browse Source

Remove useless addFile()

HEAD
Yang Luo 2 years ago
parent
commit
6d84245786
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      web/src/FileTree.js

+ 0
- 1
web/src/FileTree.js View File

@@ -533,7 +533,6 @@ class FileTree extends React.Component {
}> }>
<span onClick={(e) => e.stopPropagation()}> <span onClick={(e) => e.stopPropagation()}>
<Button style={{marginRight: "5px"}} icon={<FolderAddOutlined />} size="small" onClick={(e) => { <Button style={{marginRight: "5px"}} icon={<FolderAddOutlined />} size="small" onClick={(e) => {
this.addFile();
e.stopPropagation(); e.stopPropagation();
}} /> }} />
</span> </span>


Loading…
Cancel
Save