Skip to content
Snippets Groups Projects
Unverified Commit 63f89358 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #3945 from paulkaplan/fix-small-embedded-stage

Always show stage in large mode when isPlayerOnly.
parents aa1c631d 3789ff73
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ const GUIComponent = props => {
<StageWrapper
isRendererSupported={isRendererSupported}
isRtl={isRtl}
stageSize={stageSize}
stageSize={STAGE_SIZE_MODES.large}
vm={vm}
>
{alertsVisible ? (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment