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:
@@ -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} />
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user