fix: Flash of embeds visible upon loading when disabled

This commit is contained in:
Tom Moor
2022-11-19 20:09:56 -05:00
parent ae6855f3df
commit c27987569b

View File

@@ -271,6 +271,7 @@ function MultiplayerEditor({ onSynced, ...props }: Props, ref: any) {
<>
{showCache && (
<Editor
embedsDisabled={props.embedsDisabled}
defaultValue={props.defaultValue}
extensions={props.extensions}
readOnly