Skip to content

Commit

Permalink
fix: fix renameFolder params
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsun committed Sep 18, 2023
1 parent 5ea054f commit 70d4fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ export const MultiEditorComp = React.forwardRef<
if (onFileChangeRef.current) {
onFileChangeRef.current('renameFolder', {
path,
newPath,
newpath: newPath,
});
}
},
Expand Down

0 comments on commit 70d4fc4

Please sign in to comment.