fix(ui) - inspector
This commit is contained in:
parent
83ebb6c6d7
commit
7c1bb18fb9
2 changed files with 2 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ export default class Controls extends React.Component {
|
|||
<ControlButton
|
||||
disabled={ disabled && !inspectorMode }
|
||||
active={ bottomBlock === INSPECTOR }
|
||||
onClick={ () => toggleBottomBlock(INSPECTOR) }
|
||||
onClick={ toggleInspectorMode }
|
||||
icon={ inspectorMode ? 'close' : 'inspect' }
|
||||
label="Inspect"
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ export default connectPlayer(state => ({
|
|||
loading: state.messagesLoading || state.cssLoading,
|
||||
completed: state.completed,
|
||||
autoplay: state.autoplay,
|
||||
inspectorMode: state.inspectorMode,
|
||||
live: state.live,
|
||||
liveStatusText: getStatusText(state.peerConnectionStatus),
|
||||
concetionStatus: state.peerConnectionStatus,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue