Add API configuration

This commit is contained in:
Eric NGUYEN 2022-10-13 16:27:32 +02:00
parent 7a81bbaec6
commit e97720bc24
9 changed files with 23 additions and 4 deletions

View file

@ -130,7 +130,7 @@ export function App(props: IAppProps): JSX.Element {
>
<MainMenu
newEditor={() => NewEditor(
setEditorState, setLoaded
editorState, setEditorState, setLoaded
)}
loadEditor={(files: FileList | null) => LoadEditor(
files,