fix(player): fix fullview prop passing to children (live pl)
This commit is contained in:
parent
780b1d9b28
commit
1311ad3d43
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ function LivePlayer({
|
|||
width: isMultiview ? '100%' : undefined,
|
||||
}}
|
||||
>
|
||||
<PlayerBlock isMultiview={isMultiview} />
|
||||
<PlayerBlock isMultiview={isMultiview} fullView={fullView} />
|
||||
</div>
|
||||
</PlayerContext.Provider>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue