Fix infinite loop in NewEditor
This commit is contained in:
parent
81eb8d1857
commit
48a4ff9bc1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ export function NewEditor(
|
||||||
}
|
}
|
||||||
|
|
||||||
if (editorState.configuration !== undefined) {
|
if (editorState.configuration !== undefined) {
|
||||||
|
setLoaded(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue