This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Description
This took quiet some time to debug, but it seems onCreateFolder
is not called if onRenameFolder
is not defined, we want to enable new folder creation but we don't want to allow renaming of the folder. This is making it impossible.
Trying to find the root cause to avoid it with some sort of monkey patching.
It seems it returns from:
handleRenameSubmit = (event) => {
event.preventDefault()
if (!this.props.browserProps.renameFolder) {
return
}
this if in base-folder.js