Remove unused variable

This commit is contained in:
jos 2018-10-17 13:19:10 +02:00
parent ae1e39ba3f
commit 92297c0d2c
1 changed files with 1 additions and 3 deletions

View File

@ -516,9 +516,7 @@ export default class TreeMode extends PureComponent {
}
handleKeyDownPaste = (event) => {
const { clipboard, eson } = this.state
if (clipboard && clipboard.length > 0) {
if (this.state.clipboard && this.state.clipboard.length > 0) {
event.preventDefault()
this.handlePaste()