Fix infinite loop in NewEditor

This commit is contained in:
Eric NGUYEN 2022-10-13 16:30:51 +02:00
parent 81eb8d1857
commit 48a4ff9bc1

View file

@ -16,6 +16,7 @@ export function NewEditor(
}
if (editorState.configuration !== undefined) {
setLoaded(true);
return;
}