• Paul Slaughter's avatar
    Fix discarding renamed directories in Web IDE · e40ded8c
    Paul Slaughter authored
    **How?**
    In the discard, we revert renames by calling the
    `renameEntry` action. Unfortunately this action
    is not sufficient to rename an entry. In the new_dropdown
    modal component you'll see that there's a call to
    createTempEntry for the parent directory...
    
    The solution is to move that createTempEntry
    into the renameEntry action so that this action is
    properly encapsulated.
    e40ded8c
195776-fix-discard-rename-web-ide.yml 98 Bytes