Closed raniel90 closed 5 years ago
Hi,
the funcionts onMoveFile and onMoveFolder are not triggered.
handleMoveFolder = (oldKey, newKey) => { console.log('handleMoveFolder', oldKey, newKey) //not working }
handleMoveFile = (oldKey, newKey) => { console.log('handleMoveFile', oldKey, newKey); //not working }
onRenameFolder={this.handleRenameFolder} onRenameFile={this.handleRenameFile}
onRenameFolder={this.handleRenameFolder}
onRenameFile={this.handleRenameFile}
Thanks @raniel90 ! Merged via https://github.com/uptick/react-keyed-file-browser/pull/50
Hi,
the funcionts onMoveFile and onMoveFolder are not triggered.
handleMoveFolder = (oldKey, newKey) => { console.log('handleMoveFolder', oldKey, newKey) //not working }
handleMoveFile = (oldKey, newKey) => { console.log('handleMoveFile', oldKey, newKey); //not working }
onRenameFolder={this.handleRenameFolder}
onRenameFile={this.handleRenameFile}