mirror of
https://github.com/BoostIo/Boostnote
synced 2026-02-07 04:51:39 +00:00
Rename handleDeleteButtonClick to handleTrashButtonClick
This commit is contained in:
@@ -17,7 +17,7 @@ class Detail extends React.Component {
|
||||
this.refs.root != null && this.refs.root.focus()
|
||||
}
|
||||
this.deleteHandler = () => {
|
||||
this.refs.root != null && this.refs.root.handleDeleteButtonClick()
|
||||
this.refs.root != null && this.refs.root.handleTrashButtonClick()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user