Update file list when rename a file
This commit is contained in:
parent
1476883aee
commit
1138227618
@ -28,6 +28,7 @@ var fileManager = (function($) {
|
|||||||
}
|
}
|
||||||
$(this).hide();
|
$(this).hide();
|
||||||
$("#file-title").show();
|
$("#file-title").show();
|
||||||
|
fileManager.updateFileTitleList();
|
||||||
fileManager.updateFileTitleUI();
|
fileManager.updateFileTitleUI();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user