fix: preview not appearing if not using frame
This commit is contained in:
@ -170,7 +170,7 @@ const EditorInterface = ({
|
||||
}
|
||||
|
||||
if ('frame' in collection.editor) {
|
||||
preview = collection.editor.frame ?? true;
|
||||
frame = collection.editor.frame ?? true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user