edit function repaired
This commit is contained in:
		@@ -343,7 +343,7 @@ export default {
 | 
			
		||||
            this.editDialogDisabled = true;
 | 
			
		||||
        },
 | 
			
		||||
        async updateFileName(names){
 | 
			
		||||
            if(names[0] !== names[1]){
 | 
			
		||||
            if(names.initialFileName !== names.newFileName){
 | 
			
		||||
                const client = getClient()
 | 
			
		||||
                try{
 | 
			
		||||
                    const oldName = this.root_path + this.current_dir + names.initialFileName;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user