1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 02:36:36 +00:00

added drag handle to the folder item

This commit is contained in:
Matus Benko
2017-09-07 23:52:27 +02:00
parent a58c191ded
commit 0fea85e2f2
3 changed files with 37 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ class SortableFolderListComponent extends React.Component {
render() {
return (
<SortableFolderList onSortEnd={this.onSortEnd} {...this.props} />
<SortableFolderList onSortEnd={this.onSortEnd} userDragHandle={true} {...this.props} />
)
}
}