Remove tree's scrollbar

This commit is contained in:
Yang Luo 2023-07-22 23:15:56 +08:00
parent 444e3a3841
commit f478db4af8
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ class FileTree extends React.Component {
return (
<Tree
height={"calc(100vh - 220px)"}
virtual={false}
virtual={true}
className="draggable-tree"
multiple={false}
checkable