Refresh documents list on closing the editor

pull/1/head
Victor Dubiniuk 11 years ago
parent c6a207ec51
commit 8b2406d47d

@ -233,6 +233,8 @@ var documentsMain = {
documentsMain.isEditorMode = false;
parent.location.hash = "";
documentsMain.show();
documentsMain.webodfEditorInstance.endEditing();
documentsMain.webodfEditorInstance.close(function() {
// successfull shutdown - all is good.

Loading…
Cancel
Save