Skip to content

Commit 75b2c7b

Browse files
authored
Merge pull request #484 from asmsuechan/fix-delete-shortcut
Fix a shortcut for deletion
2 parents ff7024e + 2222192 commit 75b2c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/Detail/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Detail extends React.Component {
1717
this.refs.root != null && this.refs.root.focus()
1818
}
1919
this.deleteHandler = () => {
20-
this.refs.root != null && this.refs.root.handleDeleteMenuClick()
20+
this.refs.root != null && this.refs.root.handleDeleteButtonClick()
2121
}
2222
}
2323

0 commit comments

Comments
 (0)