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

repair data-grid-scroll bug

This commit is contained in:
shanshuirenjia
2019-04-29 10:17:43 +08:00
parent b21007aa26
commit 5c1c5dcae8
2 changed files with 1 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ class AppMain extends React.Component {
onGridRowsUpdated={this.handleGridRowsUpdated}
enableRowSelect={true}
rowHeight={50}
minHeight={600}
minHeight={500}
rowScrollTimeout={200}
enableInsertColumn={true}
enableInsertRow={true}