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