Properly show document bar on initialization (#535)

* properly show document bar

* updated comments
This commit is contained in:
mfish33
2022-02-11 11:32:10 -08:00
committed by Keavon Chambers
parent e22030ffb2
commit 6ff7c22d1d
4 changed files with 12 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ export function createDocumentsState(editor: EditorState, dialogState: DialogSta
download(triggerFileDownload.name, triggerFileDownload.document);
});
// TODO(mfish33): Replace with initialization system Issue:#524
// Get the initial documents
editor.instance.get_open_documents_list();