fix: preview not appearing if not using frame

This commit is contained in:
Daniel Lautzenheiser 2023-08-14 11:09:13 -04:00
parent 7df11552a6
commit 303b5b12e0

View File

@ -170,7 +170,7 @@ const EditorInterface = ({
}
if ('frame' in collection.editor) {
preview = collection.editor.frame ?? true;
frame = collection.editor.frame ?? true;
}
}