diff --git a/src/Components/App/Actions/MenuActions.ts b/src/Components/App/Actions/MenuActions.ts index 2187b47..abf2cbc 100644 --- a/src/Components/App/Actions/MenuActions.ts +++ b/src/Components/App/Actions/MenuActions.ts @@ -16,6 +16,7 @@ export function NewEditor( } if (editorState.configuration !== undefined) { + setLoaded(true); return; }