Fix config missing

This commit is contained in:
Nick Mowen 2022-12-30 08:41:04 -07:00
parent ffd637cc0c
commit 7aeb65f6dd

View File

@ -48,7 +48,7 @@ export default function Config() {
return; return;
} }
if (window.editor) { if (document.getElementById('container').children.length > 0) {
// we don't need to recreate the editor if it already exists // we don't need to recreate the editor if it already exists
return; return;
} }